summaryrefslogtreecommitdiffstats
path: root/Lib/_weakrefset.py
Commit message (Collapse)AuthorAgeFilesLines
* Moved WeakSet into a bootstap module use by abc.py.Raymond Hettinger2008-02-051-0/+111
This makes it possible to use ABCs in weakref.py (which will be done in a later checkin).