diff options
author | Ned Deily <nad@python.org> | 2018-06-12 08:51:38 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-12 08:51:38 (GMT) |
commit | 5a9820918077a65db90f24733edc8935c3e2130e (patch) | |
tree | 89b8c668fd5000c204710f93f581af24db3c373b /Doc/whatsnew/3.7.rst | |
parent | 04290cb9945eca1a97f6924495256c15f29fab41 (diff) | |
download | cpython-5a9820918077a65db90f24733edc8935c3e2130e.zip cpython-5a9820918077a65db90f24733edc8935c3e2130e.tar.gz cpython-5a9820918077a65db90f24733edc8935c3e2130e.tar.bz2 |
Fix nested list in 3.7 What's New (GH-7659)
Diffstat (limited to 'Doc/whatsnew/3.7.rst')
-rw-r--r-- | Doc/whatsnew/3.7.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/whatsnew/3.7.rst b/Doc/whatsnew/3.7.rst index bb9c3ab..f175426 100644 --- a/Doc/whatsnew/3.7.rst +++ b/Doc/whatsnew/3.7.rst @@ -98,6 +98,7 @@ Significant improvements in the standard library: CPython implementation improvements: * Avoiding the use of ASCII as a default text encoding: + * :ref:`PEP 538 <whatsnew37-pep538>`, legacy C locale coercion * :ref:`PEP 540 <whatsnew37-pep540>`, forced UTF-8 runtime mode * :ref:`PEP 552 <whatsnew37-pep552>`, deterministic .pycs |