From: Ned Deily Date: Tue, 12 Jun 2018 08:51:38 +0000 (-0400) Subject: Fix nested list in 3.7 What's New (GH-7659) X-Git-Tag: v3.8.0a1~1574 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5a9820918077a65db90f24733edc8935c3e2130e;p=thirdparty%2FPython%2Fcpython.git Fix nested list in 3.7 What's New (GH-7659) --- 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 `, legacy C locale coercion * :ref:`PEP 540 `, forced UTF-8 runtime mode * :ref:`PEP 552 `, deterministic .pycs