commit | 7ac609559da71b247bf6c2d37e8af9b2eadea2a7 | [log] [tgz] |
---|---|---|
author | Raymond Hettinger <python@rcn.com> | Tue Feb 05 01:15:57 2008 +0000 |
committer | Raymond Hettinger <python@rcn.com> | Tue Feb 05 01:15:57 2008 +0000 |
tree | d20db904c0d06e14f9a7d6aa346e49a95fa0b528 | |
parent | 93fa608626562d3925104f98372dbdd27aeafcf0 [diff] |
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.