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 nailor
Recipients Arfrever, benjamin.peterson, christian.heimes, georg.brandl, giampaolo.rodola, larry, nailor
Date 2013-02-23.19:19:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1361647178.13.0.178669564207.issue16041@psf.upfronthosting.co.za>
In-reply-to
Content
Added a functionality that raises error_proto('line too long') if we read over _MAXLINE characters. Defaults _MAXLINE to 2048. The patch is written on top of 2.7
History
Date User Action Args
2013-02-23 19:19:38nailorsetrecipients: + nailor, georg.brandl, larry, giampaolo.rodola, christian.heimes, benjamin.peterson, Arfrever
2013-02-23 19:19:38nailorsetmessageid: <1361647178.13.0.178669564207.issue16041@psf.upfronthosting.co.za>
2013-02-23 19:19:38nailorlinkissue16041 messages
2013-02-23 19:19:38nailorcreate