summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin Panter <vadmium+py@gmail.com>2016-06-12 01:55:03 (GMT)
committerMartin Panter <vadmium+py@gmail.com>2016-06-12 01:55:03 (GMT)
commit99cb0cda15152c3d0f5c405caa12dca190591b8f (patch)
tree5927b0b09ea8b624de98d23068c16d40fca4fc87 /Misc
parent4f62d38cf8ea8b2587de278aa99a2a4b0a8d984c (diff)
parent0c0da48aede7e56f722fd8240bf7c27a862bc4d3 (diff)
downloadcpython-99cb0cda15152c3d0f5c405caa12dca190591b8f.zip
cpython-99cb0cda15152c3d0f5c405caa12dca190591b8f.tar.gz
cpython-99cb0cda15152c3d0f5c405caa12dca190591b8f.tar.bz2
Issue #24136: Merge unpacking doc from 3.5
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 bf54bec..1702876 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -225,6 +225,8 @@ IDLE
Documentation
-------------
+- Issue #24136: Document the new PEP 448 unpacking syntax of 3.5.
+
- Issue #22558: Add remaining doc links to source code for Python-coded modules.
Patch by Yoni Lavi.