Fix nested list in 3.7 What's New (GH-7659)
This commit is contained in:
parent
04290cb994
commit
5a98209180
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue