From 2d1016699834afb9f88135e01b01192e4c664f7e Mon Sep 17 00:00:00 2001 From: "Miss Islington (bot)" <31488909+miss-islington@users.noreply.github.com> Date: Tue, 12 Jun 2018 02:02:53 -0700 Subject: [PATCH] Fix nested list in 3.7 What's New (GH-7659) (GH-7660) (cherry picked from commit 5a9820918077a65db90f24733edc8935c3e2130e) Co-authored-by: Ned Deily --- Doc/whatsnew/3.7.rst | 1 + 1 file changed, 1 insertion(+) 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 -- 2.50.1