Martin Panter added the comment: Emanuel: fix_newlines_2.patch seems to change the contents of batch from CRLF to LF newlines, undoing revision 640ccb924b5f. This seems like a step in the wrong direction. Notice $ means LF, and ^M$ means CRLF:
$ curl https://bugs.python.org/file44225/fix_newlines_2.patch | cat -A . . . diff --git a/Tools/unicode/genwincodecs.bat b/Tools/unicode/genwincodecs.bat$ . . . -c:\python30\python genwincodec.py 720 > build/cp720.py^M$ . . . +c:\python30\python genwincodec.py 720 > build/cp720.py$ However, the test_sax change may be sensible. test_random_warning_1.patch looks okay. ---------- versions: +Python 3.5 _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue27425> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com