[Zope-Checkins] SVN: Zope/branches/2.10/doc/CHANGES.txt Note Jim's
	GC work for acquisition wrappers (landed in 2.8.0b2).
    Tres Seaver 
    tseaver at palladion.com
       
    Thu Jul 27 15:46:13 EDT 2006
    
    
  
Log message for revision 69274:
  Note Jim's GC work for acquisition wrappers (landed in 2.8.0b2).
Changed:
  U   Zope/branches/2.10/doc/CHANGES.txt
-=-
Modified: Zope/branches/2.10/doc/CHANGES.txt
===================================================================
--- Zope/branches/2.10/doc/CHANGES.txt	2006-07-27 19:44:01 UTC (rev 69273)
+++ Zope/branches/2.10/doc/CHANGES.txt	2006-07-27 19:46:12 UTC (rev 69274)
@@ -4,16 +4,6 @@
   Change information for previous versions of Zope can be found in the
   file HISTORY.txt.
 
-  To-do
-
-   - Add cyclic-garbage collection support to C extension classes,
-     especially to acquisition wrappers.
-
-     N.B:  ExtensionClassType already declares that it supports GC
-     (via the Py_TPFLAGS_HAVE_GC flag), but does not appear to conform
-     to the rules for such a type laid out in the Python docs:
-     http://docs.python.org/api/supporting-cycle-detection.html
-
   Zope 2.10.0 beta 2 (unreleased)
 
     Bugs Fixed
    
    
More information about the Zope-Checkins
mailing list