[issue1541463] Optimizations for cgi.FieldStorage methods

Georg Brandl report at bugs.python.org
Wed Sep 19 11:19:36 CEST 2007


Georg Brandl added the comment:

Thanks for notifying me. The tracker currently doesn't send
notifications if you only set the assignee, but don't include a message.
I hope this will be fixed soon.

The __nonzero__() is unproblematic. The keys() produced in this way will
have an unpredictable order, while the original way preserves the order
of names in self.list. I don't know whether that would cause problems.

----------
keywords: +patch -py3k

_____________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1541463>
_____________________________________


More information about the Python-bugs-list mailing list