From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Tue, 12 Jun 2018 09:02:53 +0000 (-0700) Subject: Fix nested list in 3.7 What's New (GH-7659) (GH-7660) X-Git-Tag: v3.7.1rc1~426 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=66cea5cb1be7976fb5e63887e5c357011f2bd131;p=python Fix nested list in 3.7 What's New (GH-7659) (GH-7660) (cherry picked from commit 5a9820918077a65db90f24733edc8935c3e2130e) Co-authored-by: Ned Deily --- diff --git a/Doc/whatsnew/3.7.rst b/Doc/whatsnew/3.7.rst index bb9c3aba38..f17542674c 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