summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMeador Inge <meadori@gmail.com>2012-01-16 01:31:57 (GMT)
committerMeador Inge <meadori@gmail.com>2012-01-16 01:31:57 (GMT)
commitda05f454e339b48d31b70f4c43e18cd31a15d434 (patch)
tree3cdcfe9cff786c4cca07a66e7db42e09b9fccc6d /Misc
parent2d496005fdd918190a09ddceed69baee8d9c8bf5 (diff)
parent33880601273ec60572df3dfe5f781f34893bbafb (diff)
downloadcpython-da05f454e339b48d31b70f4c43e18cd31a15d434.zip
cpython-da05f454e339b48d31b70f4c43e18cd31a15d434.tar.gz
cpython-da05f454e339b48d31b70f4c43e18cd31a15d434.tar.bz2
Issue #13629: Renumber the tokens in token.h to match the _PyParser_TokenNames indexes.
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 1afe584..eb54b87 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,6 +10,9 @@ What's New in Python 3.3 Alpha 1?
Core and Builtins
-----------------
+- Issue #13629: Renumber the tokens in token.h so that they match the indexes
+ into _PyParser_TokenNames.
+
- Issue #13752: Add a casefold() method to str.
- Issue #13761: Add a "flush" keyword argument to the print() function,