summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Dickinson <mdickinson@enthought.com>2012-05-07 09:25:56 (GMT)
committerMark Dickinson <mdickinson@enthought.com>2012-05-07 09:25:56 (GMT)
commit43d6ddc80f664d3915a7afc6ef4131e665cb7d09 (patch)
treeeaf9f3e293a4eed2250e285ddfe22f016e8612dc
parentd30c5d5c9d6d908f775dd8bc0d23466457f5f336 (diff)
parent640335c61f8939a98667203aee8c0123da47b55d (diff)
downloadcpython-43d6ddc80f664d3915a7afc6ef4131e665cb7d09.zip
cpython-43d6ddc80f664d3915a7afc6ef4131e665cb7d09.tar.gz
cpython-43d6ddc80f664d3915a7afc6ef4131e665cb7d09.tar.bz2
Merge Misc/NEWS issue number fix from 3.2
-rw-r--r--Misc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 3f60bcb..6047785 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -34,7 +34,7 @@ Library
Tools/Demos
-----------
-- Issue #14965: Bring Tools/parser/unparse.py support up to date with
+- Issue #14695: Bring Tools/parser/unparse.py support up to date with
the Python 3.3 Grammar.