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 alexis, eric.araujo, tarek
Date 2011-09-05.16:05:18
SpamBayes Score 9.826981e-09
Marked as misclassified No
Message-id <1315238719.19.0.16385104093.issue12900@psf.upfronthosting.co.za>
In-reply-to
Content
We need tests to make sure that setup.cfg files using CRLF or CR as newline character work.  We could require that people use LF in the spec, but I don’t think it’s worth it, as it’s simple enough to support all newlines whereas Windows users can’t always use LF easily.

For packaging in 3.3, opening the file in text mode gives us universal newlines for free, so the code is good but we need tests.  For distutils2 in 2.x, we need to pass 'rU' as open flags.
History
Date User Action Args
2011-09-05 16:05:19eric.araujosetrecipients: + eric.araujo, tarek, alexis
2011-09-05 16:05:19eric.araujosetmessageid: <1315238719.19.0.16385104093.issue12900@psf.upfronthosting.co.za>
2011-09-05 16:05:18eric.araujolinkissue12900 messages
2011-09-05 16:05:18eric.araujocreate