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 r.david.murray
Recipients barry, maciej.szulik, python-dev, r.david.murray, serhiy.storchaka
Date 2016-12-25.02:39:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1482633595.66.0.312640697552.issue25591@psf.upfronthosting.co.za>
In-reply-to
Content
Committed.  FYI, I did have to make a few tweaks.  There were several lines longer than 80 characters still that I wrapped.  The tests failed with -W error:BytesWarning, something I normally run the tests with.  That required a fix to the library (a decode on the error message...if anyone is depending on the error message being bytes instead of string I'm sorry, but I doubt anyone is.  And finally, committing to 3.6 required adding the 'r' prefix to some of the tests regexes to eliminate the invalid escape warnings.

Thanks for your patience and persistence, Maciej.
History
Date User Action Args
2016-12-25 02:39:55r.david.murraysetrecipients: + r.david.murray, barry, python-dev, serhiy.storchaka, maciej.szulik
2016-12-25 02:39:55r.david.murraysetmessageid: <1482633595.66.0.312640697552.issue25591@psf.upfronthosting.co.za>
2016-12-25 02:39:55r.david.murraylinkissue25591 messages
2016-12-25 02:39:54r.david.murraycreate