]> granicus.if.org Git - python/commit
Support for augmented assignment in the UserList, UserDict, UserString and
authorThomas Wouters <thomas@python.org>
Thu, 24 Aug 2000 20:14:10 +0000 (20:14 +0000)
committerThomas Wouters <thomas@python.org>
Thu, 24 Aug 2000 20:14:10 +0000 (20:14 +0000)
commit104a7bcc28f96c6192815e82971d660c9910c16b
tree9154c2e6b47cc4721c648457e7762e804ca97e2e
parent434d0828d81855692d45c3fdc0905a67c17d83ba
Support for augmented assignment in the UserList, UserDict, UserString and
rfc822 (Addresslist) modules. Also a preliminary testcase for augmented
assignment, which should actually be merged with the test_class testcase I
added last week.
Lib/UserList.py
Lib/UserString.py
Lib/dis.py
Lib/rfc822.py
Lib/test/output/test_augassign [new file with mode: 0644]
Lib/test/test_augassign.py [new file with mode: 0644]