diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2018-06-12 02:02:53 -0700 |
---|---|---|
committer | Ned Deily <nad@python.org> | 2018-06-26 19:52:17 -0400 |
commit | 2d1016699834afb9f88135e01b01192e4c664f7e (patch) | |
tree | 933f49ad8f1c1db55f765f584abcc8f513ca11e1 | |
parent | 3.7.0rc1 (diff) | |
download | cpython-2d1016699834afb9f88135e01b01192e4c664f7e.tar.gz cpython-2d1016699834afb9f88135e01b01192e4c664f7e.tar.bz2 cpython-2d1016699834afb9f88135e01b01192e4c664f7e.zip |
Fix nested list in 3.7 What's New (GH-7659) (GH-7660)
(cherry picked from commit 5a9820918077a65db90f24733edc8935c3e2130e)
Co-authored-by: Ned Deily <nad@python.org>
-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 bb9c3aba387..f17542674cc 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 |