
chrism at plope
Mar 4, 2006, 9:11 AM
Post #1 of 1
(746 views)
Permalink
|
|
SVN: zope.weakset/trunk/README.txt Description.
|
|
Log message for revision 65801: Description. Changed: U zope.weakset/trunk/README.txt -=- Modified: zope.weakset/trunk/README.txt =================================================================== --- zope.weakset/trunk/README.txt 2006-03-04 15:48:58 UTC (rev 65800) +++ zope.weakset/trunk/README.txt 2006-03-04 17:11:45 UTC (rev 65801) @@ -1,3 +1,10 @@ +Overview +======== + +This is the "WeakSet" implementation used by ZODB 3.6+. It provides a +WeakSet class that implements enough of the Python set API to allow +for sets that have weakly-referenced values. + Installing This Package ======================= _______________________________________________ Zope-CVS maillist - Zope-CVS [at] zope http://mail.zope.org/mailman/listinfo/zope-cvs Zope CVS instructions: http://dev.zope.org/CVS
|