summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBerker Peksag <berker.peksag@gmail.com>2016-03-06 14:50:15 (GMT)
committerBerker Peksag <berker.peksag@gmail.com>2016-03-06 14:50:15 (GMT)
commitd66dd5ce68cbf4a33c385439d5eeb2bff4e860f1 (patch)
tree2a110e9d32aa7ad9aa1b0e44845628c526d11925 /Misc
parente88dd1c32c2961e0fe40b09c48904451fa1eba9a (diff)
downloadcpython-d66dd5ce68cbf4a33c385439d5eeb2bff4e860f1.zip
cpython-d66dd5ce68cbf4a33c385439d5eeb2bff4e860f1.tar.gz
cpython-d66dd5ce68cbf4a33c385439d5eeb2bff4e860f1.tar.bz2
Issue #26489: Add dictionary unpacking support to Tools/parser/unparse.py
Patch by Guo Ci Teo.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 9a775ac..81c7dc8 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -328,6 +328,9 @@ Windows
Tools/Demos
-----------
+- Issue #26489: Add dictionary unpacking support to Tools/parser/unparse.py.
+ Patch by Guo Ci Teo.
+
- Issue #26316: Fix variable name typo in Argument Clinic.