[Python-checkins] cpython (merge 3.6 -> default): Issue #28390: Merge from 3.6

berker.peksag python-checkins at python.org
Sat Oct 8 09:15:44 EDT 2016


https://hg.python.org/cpython/rev/43b1b3c883ff
changeset:   104372:43b1b3c883ff
parent:      104370:085944763f3a
parent:      104371:3ee15bd35902
user:        Berker Peksag <berker.peksag at gmail.com>
date:        Sat Oct 08 16:15:38 2016 +0300
summary:
  Issue #28390: Merge from 3.6

files:
  Doc/whatsnew/3.6.rst |  4 ++--
  1 files changed, 2 insertions(+), 2 deletions(-)


diff --git a/Doc/whatsnew/3.6.rst b/Doc/whatsnew/3.6.rst
--- a/Doc/whatsnew/3.6.rst
+++ b/Doc/whatsnew/3.6.rst
@@ -164,7 +164,7 @@
 .. _pep-515:
 
 PEP 515: Underscores in Numeric Literals
-========================================
+----------------------------------------
 
 Prior to PEP 515, there was no support for writing long numeric
 literals with some form of separator to improve readability. For
@@ -301,7 +301,7 @@
 .. _variable-annotations:
 
 PEP 526: Syntax for variable annotations
-========================================
+----------------------------------------
 
 :pep:`484` introduced standard for type annotations of function parameters,
 a.k.a. type hints. This PEP adds syntax to Python for annotating the

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list