]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue 13243: Rename _Py_identifier to _Py_IDENTIFIER in asdl_c.py
authorMeador Inge <meadori@gmail.com>
Sat, 22 Oct 2011 19:06:50 +0000 (14:06 -0500)
committerMeador Inge <meadori@gmail.com>
Sat, 22 Oct 2011 19:06:50 +0000 (14:06 -0500)
commit70d86bdef13a860040f74ddba1656879d445dd02
tree7c04d973d82427a826201d39df35f3d5521b5208
parent661161ed86bb0549dfb171c8268d8727e90d18d1
Issue 13243: Rename _Py_identifier to _Py_IDENTIFIER in asdl_c.py

Parser/asdl_c.py was missed in commit 7109f31300fb when _Py_identifier
was replaced with _Py_IDENTIFIER.  Thanks to Eric Snow for the patch.
Misc/ACKS
Parser/asdl_c.py