]> granicus.if.org Git - python/commit
Decouple weakref containers from UserDict
authorRaymond Hettinger <python@rcn.com>
Tue, 5 Feb 2008 01:15:57 +0000 (01:15 +0000)
committerRaymond Hettinger <python@rcn.com>
Tue, 5 Feb 2008 01:15:57 +0000 (01:15 +0000)
commit7ac609559da71b247bf6c2d37e8af9b2eadea2a7
treed20db904c0d06e14f9a7d6aa346e49a95fa0b528
parent93fa608626562d3925104f98372dbdd27aeafcf0
Decouple weakref containers from UserDict
and teach them to use ABC instead.

More work left to do later.  Still need to
modernize the API of the dictlike objects to
more closely match regulars dicts.
Lib/weakref.py