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 eric.araujo
Recipients Brian.Jones, eric.araujo, orsenthil, tarek
Date 2010-11-23.11:50:49
SpamBayes Score 0.00013339678
Marked as misclassified No
Message-id <1290513051.59.0.479959039704.issue10510@psf.upfronthosting.co.za>
In-reply-to
Content
Thank you for the report.  This is how I understand the part of the spec you quoted: Strictly valid HTTP uses CRLF, but servers and clients should be liberal in what they accept and deal with LF too.  Senthil, do you agree with that?

There are a small number of PyPI-like servers out there which seem to deal fine with what distutils produces.  We have strong backward compatibility constraints in distutils, so we try to make the less changes possible to fix bugs.  Because we’ve haven’t had this reported by those other servers before, I’m tempted to reject this report.  The good part is that since you’re still writing the server, you can change its code to follow Postel’s Law and be liberal in what you accept.  Does that sound acceptable to you?

Best regards
History
Date User Action Args
2010-11-23 11:50:51eric.araujosetrecipients: + eric.araujo, orsenthil, tarek, Brian.Jones
2010-11-23 11:50:51eric.araujosetmessageid: <1290513051.59.0.479959039704.issue10510@psf.upfronthosting.co.za>
2010-11-23 11:50:49eric.araujolinkissue10510 messages
2010-11-23 11:50:49eric.araujocreate