summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin Panter <vadmium+py@gmail.com>2016-06-12 01:46:50 (GMT)
committerMartin Panter <vadmium+py@gmail.com>2016-06-12 01:46:50 (GMT)
commit0c0da48aede7e56f722fd8240bf7c27a862bc4d3 (patch)
tree898a5fc9d59017e5cdb8c2366b08e470da2d736d /Misc
parent0d18c15fbf4365764e61017c1ccb6cecc49edf84 (diff)
downloadcpython-0c0da48aede7e56f722fd8240bf7c27a862bc4d3.zip
cpython-0c0da48aede7e56f722fd8240bf7c27a862bc4d3.tar.gz
cpython-0c0da48aede7e56f722fd8240bf7c27a862bc4d3.tar.bz2
Issue #24136: Document generalized unpacking, PEP 448
Based on patches by Konstantin Molchanov and Neil Girdhar.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index d52827d..bde2dbc 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -591,6 +591,8 @@ IDLE
Documentation
-------------
+- Issue #24136: Document the new PEP 448 unpacking syntax of 3.5.
+
- Issue #26736: Used HTTPS for external links in the documentation if possible.
- Issue #6953: Rework the Readline module documentation to group related