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 steve.dower
Recipients BreamoreBoy, brett.cannon, eric.snow, loewis, paul.moore, python-dev, steve.dower, tim.golden, zach.ware
Date 2015-02-14.17:45:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1423935913.24.0.0699504862197.issue23461@psf.upfronthosting.co.za>
In-reply-to
Content
The changeset will skip updating importlib.h if the only change is line endings, but if there are other changes it will be updated to a CRLF file. This will be fine if the eol extension is enabled, and h.p.o will reject pushes that have CRLF line endings.

However, this will make it much easier for non-core devs to build from source, whether from h.p.o or the tarballs.
History
Date User Action Args
2015-02-14 17:45:13steve.dowersetrecipients: + steve.dower, loewis, brett.cannon, paul.moore, tim.golden, BreamoreBoy, python-dev, eric.snow, zach.ware
2015-02-14 17:45:13steve.dowersetmessageid: <1423935913.24.0.0699504862197.issue23461@psf.upfronthosting.co.za>
2015-02-14 17:45:13steve.dowerlinkissue23461 messages
2015-02-14 17:45:13steve.dowercreate