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 terry.reedy
Recipients brian.curtin, christian.heimes, pitrou, r.david.murray, serhiy.storchaka, terry.reedy, tim.peters
Date 2013-09-01.19:44:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1378064691.28.0.712947233782.issue18889@psf.upfronthosting.co.za>
In-reply-to
Content
Two things have happened with Python: we switched bytes from 'text or binary' to 'binary (or text)' in 3.0. We switched from svn to hg in 3.2. When did test_sax start failing? I have no idea. Until recently, there were much worse problems with the test suite on desktop windows; it sometimes quit before getting to 'sax'.

Email and its tests (which had the same eol issue) were heavily revised in 3.3; I do not know if the test that failed in 3.3 failed earlier or not. Another failing email test was added in 3.4.

David, Antoine: Tim questions/challenges the solution pushed in #12037.
History
Date User Action Args
2013-09-01 19:44:51terry.reedysetrecipients: + terry.reedy, tim.peters, pitrou, christian.heimes, r.david.murray, brian.curtin, serhiy.storchaka
2013-09-01 19:44:51terry.reedysetmessageid: <1378064691.28.0.712947233782.issue18889@psf.upfronthosting.co.za>
2013-09-01 19:44:51terry.reedylinkissue18889 messages
2013-09-01 19:44:50terry.reedycreate