[Checkins] SVN: zc.catalog/trunk/src/zc/catalog/legacy.txt fix reference to the unpickled value

Fred L. Drake, Jr. fdrake at gmail.com
Mon Apr 30 15:54:47 EDT 2007


Log message for revision 74943:
  fix reference to the unpickled value

Changed:
  U   zc.catalog/trunk/src/zc/catalog/legacy.txt

-=-
Modified: zc.catalog/trunk/src/zc/catalog/legacy.txt
===================================================================
--- zc.catalog/trunk/src/zc/catalog/legacy.txt	2007-04-30 19:52:52 UTC (rev 74942)
+++ zc.catalog/trunk/src/zc/catalog/legacy.txt	2007-04-30 19:54:46 UTC (rev 74943)
@@ -96,7 +96,7 @@
   False
   >>> "IOBTree" in vi32.__dict__
   False
-  >>> "BTreeAPI" in vi64.__dict__
+  >>> "BTreeAPI" in vi32.__dict__
   False
 
 Accessing these attributes as attributes provides the proper values



More information about the Checkins mailing list