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 martin.panter
Recipients Jim.Jewett, abarry, brett.cannon, martin.panter, paul.moore, r.david.murray, steve.dower, tim.golden, zach.ware
Date 2016-08-27.02:47:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1472266035.75.0.941055800692.issue27425@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2016-08-27 02:47:15martin.pantersetrecipients: + martin.panter, brett.cannon, paul.moore, tim.golden, r.david.murray, Jim.Jewett, zach.ware, steve.dower, abarry
2016-08-27 02:47:15martin.pantersetmessageid: <1472266035.75.0.941055800692.issue27425@psf.upfronthosting.co.za>
2016-08-27 02:47:15martin.panterlinkissue27425 messages
2016-08-27 02:47:15martin.pantercreate