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 naris
Recipients
Date 2000-09-27.10:38:51
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
i feel the self.lines.append() is is a pretty serious problem...have you got any
second opinions on how to proceed?

if its not part of the public interface for FieldStorage, then wouldn't it be somewhat safe to remove it (you might anger some people, but they could always stick to using the old cgi.py)?

my argument is that if they changed the socket connect/bind functions to reject connect(host,port) in favor of connect((host,port)), then we should certainly be able to remove this self.lines.append() :-)

what do you think?
History
Date User Action Args
2007-08-23 13:49:20adminlinkissue210674 messages
2007-08-23 13:49:20admincreate