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

Ned Deily webhook-mailer at python.org
Tue Jun 12 04:51:51 EDT 2018


https://github.com/python/cpython/commit/5a9820918077a65db90f24733edc8935c3e2130e
commit: 5a9820918077a65db90f24733edc8935c3e2130e
branch: master
author: Ned Deily <nad at python.org>
committer: GitHub <noreply at github.com>
date: 2018-06-12T04:51:38-04:00
summary:

Fix nested list in 3.7 What's New (GH-7659)

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