[Zope3-checkins] CVS: Zope3/doc - TODO.txt:1.2
Steve Alexander
steve@cat-box.net
Mon, 12 May 2003 10:48:23 -0400
Update of /cvs-repository/Zope3/doc
In directory cvs.zope.org:/tmp/cvs-serv13486/doc
Modified Files:
TODO.txt
Log Message:
Added not about existing broken product work.
=== Zope3/doc/TODO.txt 1.1 => 1.2 ===
--- Zope3/doc/TODO.txt:1.1 Mon May 12 07:27:08 2003
+++ Zope3/doc/TODO.txt Mon May 12 10:48:23 2003
@@ -163,14 +163,8 @@
When an object cannot beunpickled because it's class can't be found,
it should be converted to a special kind of immutable object.
- This is actually more of a ZODB 4 feature than a Zope feature.
-
- Alternatively, perhaps folders should be unwilling to include items
- (or maybe there should be a vetoing add subscriber) that prevents
- adding non-persistent objects.
-
- Alternatively, there should be a persistent wrapper used for objects
- stored in folders that are non-persistent.
+ See http://collector.zope.org/Zope3-dev/109
+ This requires a hook in the ZODB that Zope can override.
- Supply a generic property mechanism?