[Python-checkins] Fix nested list in 3.7 What's New (GH-7659) (GH-7660)

Ned Deily webhook-mailer at python.org
Wed Jun 27 18:34:50 EDT 2018


https://github.com/python/cpython/commit/2d1016699834afb9f88135e01b01192e4c664f7e
commit: 2d1016699834afb9f88135e01b01192e4c664f7e
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-26T19:52:17-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



More information about the Python-checkins mailing list