diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2012-01-18 19:16:09 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2012-01-18 19:16:09 (GMT) |
commit | 6c40eb7f421804eba3c24a9336c4a9e59dba636c (patch) | |
tree | 7b5220e29f6c927c8834728d890f47227e79f409 /Misc | |
parent | 0c60381749cfb9af804cf3f961a110797ee192d9 (diff) | |
download | cpython-6c40eb7f421804eba3c24a9336c4a9e59dba636c.zip cpython-6c40eb7f421804eba3c24a9336c4a9e59dba636c.tar.gz cpython-6c40eb7f421804eba3c24a9336c4a9e59dba636c.tar.bz2 |
Fix the builtin module initialization code to store the init function for future reinitialization.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -10,6 +10,9 @@ What's New in Python 3.2.3? Core and Builtins ----------------- +- Fix the builtin module initialization code to store the init function for + future reinitialization. + - Issue #13629: Renumber the tokens in token.h so that they match the indexes into _PyParser_TokenNames. |