[Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/dav/opaquenamespaces.py
Remove out-of-date documentation; props are stored as XML fragments.
Martijn Pieters
mj at zopatista.com
Thu Oct 28 05:20:57 EDT 2004
Log message for revision 28272:
Remove out-of-date documentation; props are stored as XML fragments.
Changed:
U Zope3/trunk/src/zope/app/dav/opaquenamespaces.py
-=-
Modified: Zope3/trunk/src/zope/app/dav/opaquenamespaces.py
===================================================================
--- Zope3/trunk/src/zope/app/dav/opaquenamespaces.py 2004-10-28 05:30:48 UTC (rev 28271)
+++ Zope3/trunk/src/zope/app/dav/opaquenamespaces.py 2004-10-28 09:20:56 UTC (rev 28272)
@@ -39,9 +39,6 @@
Any unknown (no interface registered) DAV properties are stored opaquely
keyed on their namespace URI, so we can return them later when requested.
Thus this is a mapping of a mapping.
-
- Property values themselves consist of an attributes structure and the
- actual opaque value, of the form (((attr1, val1), (attr2, val2)), value)
"""
More information about the Zope3-Checkins
mailing list