PEP 540: add link to the implementation

This commit is contained in:
Victor Stinner 2017-01-11 12:30:36 +01:00
parent d3f6e2e9fd
commit 4ba2196903
1 changed files with 3 additions and 1 deletions

View File

@ -689,7 +689,9 @@ PEPs:
Main Python issues:
* `issue #28180: sys.getfilesystemencoding() should default to utf-8
* `Issue #29240: Implementation of the PEP 540: Add a new UTF-8 mode
<http://bugs.python.org/issue29240>`_
* `Issue #28180: sys.getfilesystemencoding() should default to utf-8
<http://bugs.python.org/issue28180>`_
* `Issue #19977: Use "surrogateescape" error handler for sys.stdin and
sys.stdout on UNIX for the C locale