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 zach.ware
Recipients paul.moore, steve.dower, tim.golden, zach.ware
Date 2015-09-14.05:33:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1442208824.41.0.568116526355.issue25103@psf.upfronthosting.co.za>
In-reply-to
Content
It would be nice to install the standard library (and test suite) with CRLF line endings, to allow for reading/editing with Notepad.  Horrible though it is, it's at least always available :)

Steve, this may just be an issue of how your repository is checked out; I assume if your working directory has LF line endings, that will propagate to the installer/installed files?  The hg 'eol' extension takes care of making everything CRLF on Windows, but only if it's enabled before the working directory is created (you can force an EOL update by doing `hg up null && hg up 3.5` with 'eol' enabled).
History
Date User Action Args
2015-09-14 05:33:44zach.waresetrecipients: + zach.ware, paul.moore, tim.golden, steve.dower
2015-09-14 05:33:44zach.waresetmessageid: <1442208824.41.0.568116526355.issue25103@psf.upfronthosting.co.za>
2015-09-14 05:33:44zach.warelinkissue25103 messages
2015-09-14 05:33:43zach.warecreate