https://github.com/python/cpython/commit/66cea5cb1be7976fb5e63887e5c357011f2bd131 commit: 66cea5cb1be7976fb5e63887e5c357011f2bd131 branch: 3.7 author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com> committer: Ned Deily <nad at python.org> date: 2018年06月12日T05:02:53-04:00 summary: Fix nested list in 3.7 What's New (GH-7659) (GH-7660) (cherry picked from commit 5a9820918077a65db90f24733edc8935c3e2130e) Co-authored-by: Ned Deily <nad at python.org> files: M Doc/whatsnew/3.7.rst diff --git a/Doc/whatsnew/3.7.rst b/Doc/whatsnew/3.7.rst index bb9c3aba387b..f17542674ccb 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