]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
SF patch #667730: More DictMixin
authorRaymond Hettinger <python@rcn.com>
Sun, 9 Mar 2003 07:05:43 +0000 (07:05 +0000)
committerRaymond Hettinger <python@rcn.com>
Sun, 9 Mar 2003 07:05:43 +0000 (07:05 +0000)
commit2c2d322884ee72077a256ec3cd0aa9ce3580eedc
treed64fac31dcecd48ed44aceb9d5fb6d8dc415e95f
parent42182ebaf6387371c238d2a3484e7f1e085c9d1c
SF patch #667730: More DictMixin

* Adds missing pop() methods to weakref.py
* Expands test suite to broaden coverage of objects with
  a mapping interface.

Contributed by Sebastien Keim.
Lib/test/test_os.py
Lib/test/test_shelve.py
Lib/test/test_userdict.py
Lib/test/test_weakref.py
Lib/weakref.py
Misc/ACKS