diff options
author | Berker Peksag <berker.peksag@gmail.com> | 2016-03-06 14:50:15 (GMT) |
---|---|---|
committer | Berker Peksag <berker.peksag@gmail.com> | 2016-03-06 14:50:15 (GMT) |
commit | d66dd5ce68cbf4a33c385439d5eeb2bff4e860f1 (patch) | |
tree | 2a110e9d32aa7ad9aa1b0e44845628c526d11925 /Misc | |
parent | e88dd1c32c2961e0fe40b09c48904451fa1eba9a (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |