diff options
author | Mark Dickinson <mdickinson@enthought.com> | 2012-05-07 10:24:02 +0100 |
---|---|---|
committer | Mark Dickinson <mdickinson@enthought.com> | 2012-05-07 10:24:02 +0100 |
commit | 640335c61f8939a98667203aee8c0123da47b55d (patch) | |
tree | f4623d7b830a588c667e03e211b0e820105f703a | |
parent | 0958a4d63dc71c52bb2c8d7d6d4487d7b7bab33b (diff) | |
download | cpython-git-640335c61f8939a98667203aee8c0123da47b55d.tar.gz |
Fix issue number in Misc/NEWS.
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -228,7 +228,7 @@ Documentation Tools/Demos ----------- -- Issue #14965: Fix missing support for starred assignments in +- Issue #14695: Fix missing support for starred assignments in Tools/parser/unparse.py. |