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.

Author yxcv
Recipients
Date 2004-08-24.13:41:35
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
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.
History
Date User Action Args
2007-08-23 16:08:20adminlinkissue1015254 messages
2007-08-23 16:08:20admincreate