From 5a9820918077a65db90f24733edc8935c3e2130e Mon Sep 17 00:00:00 2001 From: Ned Deily Date: Tue, 12 Jun 2018 04:51:38 -0400 Subject: [PATCH] Fix nested list in 3.7 What's New (GH-7659) --- 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.40.0