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 barry
Recipients
Date 2000-09-25.22:06:39
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Agreed that readlines() isn't the best thing to use in the face of large binary uploads.  I've added this feature request to PEP 42 (and am closing this bug report).

Removing self.lines might be more problematic, since although it's not documented as part of the public interface for FieldStorage, it is possible that existing code is using it, and that code would break.
History
Date User Action Args
2007-08-23 13:49:20adminlinkissue210674 messages
2007-08-23 13:49:20admincreate