[proxy] bugs.python.org← back | site home | direct (HTTPS) ↗ | proxy home | ◑ dark◐ light

Message 145202 - Python tracker

Message145202

Author eric.araujo
Recipients eric.araujo, mitchellh, orsenthil, tarek
Date 2011-10-09.03:01:52
SpamBayes Score 0.003564836
Marked as misclassified No
Message-id <1318129313.81.0.412913234361.issue13132@psf.upfronthosting.co.za>
In-reply-to
Content
Hi Mitchell, thanks for your interest in Python.  Using CLRF was requested before (#10510) and rejected on the ground that the RFC (at least for HTTP 1.0) allows LF.  CRLF is preferred but not required.  Hence, we deem it is not a bug.

The register, upload and upload_docs commands in distutils2 do use CRLF.

BTW, I think your patch was incomplete: You stripped one newline, replaced one LF with CRLF, and left many other LFs.
History
Date User Action Args
2011-10-09 03:01:53eric.araujosetrecipients: + eric.araujo, orsenthil, tarek, mitchellh
2011-10-09 03:01:53eric.araujosetmessageid: <1318129313.81.0.412913234361.issue13132@psf.upfronthosting.co.za>
2011-10-09 03:01:53eric.araujolinkissue13132 messages
2011-10-09 03:01:52eric.araujocreate