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 vstinner
Recipients ezio.melotti, methane, vstinner
Date 2017-01-11.22:04:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1484172262.4.0.149115202844.issue29240@psf.upfronthosting.co.za>
In-reply-to
Content
pep540-2.patch: Patch version 2, updated to the latest version of the PEP 540. It has no more FIXME/TODO and has more unit tests. The main change is that the strict mode doesn't use strict anymore for OS data, but keeps surrogateescape. See the PEP for the rationale (especially the "Use the strict error handler for operating system data" alternative).
History
Date User Action Args
2017-01-11 22:04:23vstinnersetrecipients: + vstinner, ezio.melotti, methane
2017-01-11 22:04:22vstinnersetmessageid: <1484172262.4.0.149115202844.issue29240@psf.upfronthosting.co.za>
2017-01-11 22:04:22vstinnerlinkissue29240 messages
2017-01-11 22:04:22vstinnercreate