[Zope-Checkins] SVN: Zope/trunk/doc/CHANGES.txt Remove stale
To-do's.
Tres Seaver
tseaver at palladion.com
Tue Mar 14 23:42:04 EST 2006
Log message for revision 66020:
Remove stale To-do's.
Changed:
U Zope/trunk/doc/CHANGES.txt
-=-
Modified: Zope/trunk/doc/CHANGES.txt
===================================================================
--- Zope/trunk/doc/CHANGES.txt 2006-03-14 20:05:29 UTC (rev 66019)
+++ Zope/trunk/doc/CHANGES.txt 2006-03-15 04:42:02 UTC (rev 66020)
@@ -6,22 +6,14 @@
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
-
Trunk only (unreleased)
Restructuring
More information about the Zope-Checkins
mailing list