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:32:25
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
This makes it hazardous to do the following:

fs = cgi.FieldStorage(...)
if fs:
 ...

Suggestions:

1)  Fix __len__; sorry, but I don't know how.

2) Create FieldStorage.__nonzero__; a hack.

3) ?
History
Date User Action Args
2008-01-20 09:57:06adminlinkissue1015249 messages
2008-01-20 09:57:06admincreate