diff options
author | Dmitry Shachnev <mitya57@users.noreply.github.com> | 2018-05-30 22:52:43 (GMT) |
---|---|---|
committer | Yury Selivanov <yury@magic.io> | 2018-05-30 22:52:43 (GMT) |
commit | 495e567a2b3bbe3b99f0c253edf12997a9ff4ee1 (patch) | |
tree | 9a893f0219d6197035a39e4b007b1fdd21aeaaf2 /Doc/whatsnew | |
parent | 05f1c8902c78dce66aed067444e2b973221bae2b (diff) | |
download | cpython-495e567a2b3bbe3b99f0c253edf12997a9ff4ee1.zip cpython-495e567a2b3bbe3b99f0c253edf12997a9ff4ee1.tar.gz cpython-495e567a2b3bbe3b99f0c253edf12997a9ff4ee1.tar.bz2 |
3.6 what's new: fix a reference to PEP 528 (#7113)
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r-- | Doc/whatsnew/3.6.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.6.rst b/Doc/whatsnew/3.6.rst index cb8c53a..ed489c1 100644 --- a/Doc/whatsnew/3.6.rst +++ b/Doc/whatsnew/3.6.rst @@ -148,7 +148,7 @@ Security improvements: Windows improvements: -* :ref:`PEP 528 <whatsnew36-pep529>` and :ref:`PEP 529 <whatsnew36-pep529>`, +* :ref:`PEP 528 <whatsnew36-pep528>` and :ref:`PEP 529 <whatsnew36-pep529>`, Windows filesystem and console encoding changed to UTF-8. * The ``py.exe`` launcher, when used interactively, no longer prefers |