This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Create cgi.FieldStorage._get_new_instance method as factory
Type: enhancement Stage: test needed
Components: Library (Lib) Versions: Python 2.7
process
Status: closed Resolution: out of date
Dependencies: Superseder:
Assigned To: Nosy List: BreamoreBoy, ajaksu2, yxcv
Priority: normal Keywords: easy

Created on 2004-08-24 13:41 by yxcv, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (4)
msg54237 - (view) Author: Andreas Ames (yxcv) Date: 2004-08-24 13:41
and use this factory method instead of calling
self.__class__ or FieldStorage.FieldStorageClass in
FieldStorage.read_multi directly.  This would allow
people deriving from FieldStorage to customize the list
of parameters given to the constructor.
msg82074 - (view) Author: Daniel Diniz (ajaksu2) * (Python triager) Date: 2009-02-14 14:43
Doesn't seem to have gathered much support. Is the RFE still valid?
msg114373 - (view) Author: Mark Lawrence (BreamoreBoy) * Date: 2010-08-19 16:03
I'll close in a couple of weeks unless anyone objects.
msg115602 - (view) Author: Mark Lawrence (BreamoreBoy) * Date: 2010-09-04 18:43
No reply to msg114373.
History
Date User Action Args
2022-04-11 14:56:06adminsetgithub: 40819
2010-09-04 18:47:02BreamoreBoysetstatus: open -> closed
resolution: out of date
2010-09-04 18:43:40BreamoreBoysetstatus: pending -> open

messages: + msg115602
2010-08-19 16:03:33BreamoreBoysetstatus: open -> pending
nosy: + BreamoreBoy
messages: + msg114373

2009-04-22 15:21:59ajaksu2setkeywords: + easy
stage: test needed
versions: + Python 2.7
2009-02-14 14:43:34ajaksu2setnosy: + ajaksu2
messages: + msg82074
2004-08-24 13:41:35yxcvcreate