[Checkins] SVN: zc.relation/trunk/src/zc/relation/CHANGES.txt noted down found issue

Michael Howitz mh at gocept.com
Fri Apr 8 02:50:50 EDT 2011


Log message for revision 121340:
  noted down found issue
  

Changed:
  U   zc.relation/trunk/src/zc/relation/CHANGES.txt

-=-
Modified: zc.relation/trunk/src/zc/relation/CHANGES.txt
===================================================================
--- zc.relation/trunk/src/zc/relation/CHANGES.txt	2011-04-08 06:43:13 UTC (rev 121339)
+++ zc.relation/trunk/src/zc/relation/CHANGES.txt	2011-04-08 06:50:50 UTC (rev 121340)
@@ -1,3 +1,10 @@
+======
+Issues
+======
+
+- Tests are currently broken. Do neither run on Python 2.4, 2.5 nor 2.6.
+
+
 =======
 Changes
 =======
@@ -10,7 +17,7 @@
 package contains only a modified version of the relation(ship) index,
 now called a catalog. The refactored version of zc.relationship index
 relies on (subclasses) this catalog. zc.relationship also maintains a
-backwards-compatible subclass.  
+backwards-compatible subclass.
 
 This package only relies on the ZODB, zope.interface, and zope.testing
 software, and can be used inside or outside of a standard ZODB database.
@@ -44,7 +51,7 @@
 following list attempts to highlight all incompatibilities.
 
 :Big incompatibilities:
-    
+
     - ``findRelationshipTokenSet`` and ``findValueTokenSet`` are renamed, with
       some slightly different semantics, as ``getRelationTokens`` and
       ``getValueTokens``.  The exact same result as
@@ -63,16 +70,16 @@
 
       * ``load`` and ``dump`` (formerly ``loadRel`` and ``dumpRel``,
         respectively) are now required arguments for instantiation.
-  
+
       * The only other optional arguments are ``btree`` (was ``relFamily``) and
         ``family``. You now specify what elements to index with
         ``addValueIndex``
-  
+
       * Note also that ``addValueIndex`` defaults to no load and dump function,
         unlike the old instantiation options.
 
     - query factories are different.  See ``IQueryFactory`` in the interfaces.
-    
+
       * they first get (query, catalog, cache) and then return a getQueries
         callable that gets relchains and yields queries; OR None if they
         don't match.
@@ -80,7 +87,7 @@
       * They must also handle an empty relchain.  Typically this should
         return the original query, but may also be used to mutate the
         original query.
-        
+
       * They are no longer thought of as transitive query factories, but as
         general query mutators.
 



More information about the checkins mailing list