[Checkins] SVN: z3c.objpath/trunk/src/z3c/objpath/README.txt Add some 'what this is good for' text.

Martijn Faassen faassen at infrae.com
Thu Dec 20 01:47:46 EST 2007


Log message for revision 82369:
  Add some 'what this is good for' text.
  

Changed:
  U   z3c.objpath/trunk/src/z3c/objpath/README.txt

-=-
Modified: z3c.objpath/trunk/src/z3c/objpath/README.txt
===================================================================
--- z3c.objpath/trunk/src/z3c/objpath/README.txt	2007-12-19 23:55:37 UTC (rev 82368)
+++ z3c.objpath/trunk/src/z3c/objpath/README.txt	2007-12-20 06:47:44 UTC (rev 82369)
@@ -1,6 +1,20 @@
 ObjectPath
 ==========
 
+This package contains two things::
+
+* the ``z3c.objpath.interfaces.IObjectPath`` interface.
+
+* some helper functions to construct (relative) object paths, in
+  ``z3c.objpath.path``.
+
+The idea is that a particular application can implement a utility that
+fulfills the ``IObjectPath`` interface, so that it is possible to
+construct paths to objects in a uniform way. The implementation may be
+done with ``zope.traversing``, but in some cases you want
+application-specific object paths. In this case, the functions in
+``z3c.objpath.path`` might be useful.
+
 We'll have a simple item::
 
   >>> class Item(object):



More information about the Checkins mailing list