commit | 104a7bcc28f96c6192815e82971d660c9910c16b | [log] [tgz] |
---|---|---|
author | Thomas Wouters <thomas@python.org> | Thu Aug 24 20:14:10 2000 +0000 |
committer | Thomas Wouters <thomas@python.org> | Thu Aug 24 20:14:10 2000 +0000 |
tree | 9154c2e6b47cc4721c648457e7762e804ca97e2e | |
parent | 434d0828d81855692d45c3fdc0905a67c17d83ba [diff] |
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.