[ python-Feature Requests-1015254 ] Create cgi.FieldStorage._get_new_instance method as factory
SourceForge.net
noreply at sourceforge.net
Thu Sep 22 10:49:06 CEST 2005
Feature Requests item #1015254, was opened at 2004-08-24 15:41
Message generated for change (Settings changed) made by birkenfeld
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=355470&aid=1015254&group_id=5470
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
>Category: Python Library
>Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Andreas Ames (yxcv)
Assigned to: Nobody/Anonymous (nobody)
Summary: Create cgi.FieldStorage._get_new_instance method as factory
Initial Comment:
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.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=355470&aid=1015254&group_id=5470
More information about the Python-bugs-list
mailing list