[Zope-Checkins] SVN: Zope/branches/2.9/doc/CHANGES.txt Changelog cleanup.

Tres Seaver tseaver at palladion.com
Wed Feb 15 10:40:15 EST 2006


Log message for revision 41627:
  Changelog cleanup.

Changed:
  U   Zope/branches/2.9/doc/CHANGES.txt

-=-
Modified: Zope/branches/2.9/doc/CHANGES.txt
===================================================================
--- Zope/branches/2.9/doc/CHANGES.txt	2006-02-15 15:27:58 UTC (rev 41626)
+++ Zope/branches/2.9/doc/CHANGES.txt	2006-02-15 15:40:14 UTC (rev 41627)
@@ -6,26 +6,22 @@
 
   To-do
 
-   - Reenable C permission roles by implementing recent Python
-     changes in C, brining the Python and C implementations back in
-     sync.  See lib/python/AccessControl/PermissionRole.py.
-
    - Add cyclic-garbage collection support to C extension classes,
      especially to acquisition wrappers.
 
-   - Reenable C Zope security policy by implementing recent Python
-     changes in C, bringing the Python and C implementations back in
-     sync.  See lib/python/AccessControl/ZopeSecurityPolicy.py.
+     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
 
-   - Change acquisition wrappers to implement the descr get slot
-     directly, thus speeding the use of the slot.
-
-   - Collector #1233: port ZOPE_CONFIG patch from Zope 2.7 to Zope 2.8
-
   after 2.9.0
 
     Bugs fixed
 
+      - Collector #1989:  'test.py' now copyied to $ZOPE_HOME/bin
+        during installation, which re-enables tests run from the instance
+        home.
+
       - zope.app.introspector was not included with the source archive
 
       - Collector #2013: improved XHTML conformance of error messages,



More information about the Zope-Checkins mailing list