Issue 1015254: Create cgi.FieldStorage._get_new_instance method as factory (original) (raw)

Issue1015254

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 .
History
Date User Action Args
2022-04-11 14:56:06 admin set github: 40819
2010-09-04 18:47:02 BreamoreBoy set status: open -> closedresolution: out of date
2010-09-04 18:43:40 BreamoreBoy set status: pending -> openmessages: +
2010-08-19 16:03:33 BreamoreBoy set status: open -> pendingnosy: + BreamoreBoymessages: +
2009-04-22 15:21:59 ajaksu2 set keywords: + easystage: test neededversions: + Python 2.7
2009-02-14 14:43:34 ajaksu2 set nosy: + ajaksu2messages: +
2004-08-24 13:41:35 yxcv create