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 abarry
Recipients abarry, brett.cannon, martin.panter, paul.moore, r.david.murray, steve.dower, tim.golden, zach.ware
Date 2016-08-25.14:38:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1472135918.81.0.635550445624.issue27425@psf.upfronthosting.co.za>
In-reply-to
Content
Here are three patches for this:

- add_gitattributes_1.patch adds `.gitattributes`, with all the newline preferences in `.hgeol` (with the exception of the "native" rule at the end, which in git is the default newline preference).
- fix_newlines_1.patch fixes test_sax to properly handle CRLF (since *.xml files may have either LF or CRLF), as well as a single batch file which wasn't using CRLF line endings for some reason.
- test_random_warning_1.patch is somewhat unrelated, but it makes sure that failures in the `pickle.load` call no longer show ResourceWarnings on stderr.

The two tests which used to fail no longer do so. Maybe add_gitattributes_1.patch should be backported to 2.7, but probably not the other ones.
History
Date User Action Args
2016-08-25 14:38:38abarrysetrecipients: + abarry, brett.cannon, paul.moore, tim.golden, r.david.murray, martin.panter, zach.ware, steve.dower
2016-08-25 14:38:38abarrysetmessageid: <1472135918.81.0.635550445624.issue27425@psf.upfronthosting.co.za>
2016-08-25 14:38:38abarrylinkissue27425 messages
2016-08-25 14:38:38abarrycreate