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 brett.cannon, eric.snow, paul.moore, steve.dower, tim.golden, zach.ware
Date 2015-02-13.23:58:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1423871927.07.0.111767460681.issue23461@psf.upfronthosting.co.za>
In-reply-to
Content
It's possible, but the eol extension is the best way to handle it.

Doing the comparison is relatively easy (we can just strip all '\r' and '\n' characters and compare), but if it has changed, it's much harder to update the new file to match whatever the old file had. With eol, it'll always be \r\n and it Just Works.

Leave this on me to update the check. If someone does try and push a change with EOL changes it'll be blocked anyway.
History
Date User Action Args
2015-02-13 23:58:47steve.dowersetrecipients: + steve.dower, brett.cannon, paul.moore, tim.golden, eric.snow, zach.ware
2015-02-13 23:58:47steve.dowersetmessageid: <1423871927.07.0.111767460681.issue23461@psf.upfronthosting.co.za>
2015-02-13 23:58:47steve.dowerlinkissue23461 messages
2015-02-13 23:58:47steve.dowercreate