]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Update the parser module to support augmented assignment.
authorFred Drake <fdrake@acm.org>
Fri, 25 Aug 2000 22:42:40 +0000 (22:42 +0000)
committerFred Drake <fdrake@acm.org>
Fri, 25 Aug 2000 22:42:40 +0000 (22:42 +0000)
commit28f739aad47f1022fda19e4f3d8ad1b8228d221b
tree218914b8a2a04262fe756cc6ddfc3ffd7b37c753
parent6ef68b5b01c7898624b8baa5d042522d3d6532af
Update the parser module to support augmented assignment.

Add some test cases.
Lib/test/output/test_parser
Lib/test/test_parser.py
Modules/parsermodule.c