[Zodb-checkins] SVN: ZODB/trunk/NEWS.txt add version markers to BTrees changes in NEWS. reinstate first bullet of BTrees changes.

Gary Poster gary at zope.com
Wed Apr 25 16:43:44 EDT 2007


Log message for revision 74766:
  add version markers to BTrees changes in NEWS.  reinstate first bullet of BTrees changes.

Changed:
  U   ZODB/trunk/NEWS.txt

-=-
Modified: ZODB/trunk/NEWS.txt
===================================================================
--- ZODB/trunk/NEWS.txt	2007-04-25 20:35:54 UTC (rev 74765)
+++ ZODB/trunk/NEWS.txt	2007-04-25 20:43:43 UTC (rev 74766)
@@ -52,17 +52,23 @@
 BTrees
 ------
 
-- Normalize names in modules so that BTrees, Buckets, Sets, and TreeSets can
-  all be accessed with those names in the modules (e.g.,
+- (3.8a1) Added support for 64-bit integer BTrees as separate types.  
+
+  (For now, we're retaining compile-time support for making the regular
+  integer BTrees 64-bit.)
+
+- (3.8a1) Normalize names in modules so that BTrees, Buckets, Sets, and
+  TreeSets can all be accessed with those names in the modules (e.g.,
   BTrees.IOBTree.BTree).  This is in addition to the older names (e.g.,
-  BTrees.IOBTree.IOBTree).  This allows easier drop-in replacement, which can
-  especially be simplify code for packages that want to support both 32-bit and
-  64-bit BTrees.
+  BTrees.IOBTree.IOBTree).  This allows easier drop-in replacement, which
+  can especially be simplify code for packages that want to support both
+  32-bit and 64-bit BTrees.
 
-- Describe the interfaces for each module and actually declare the interfaces
-  for each.
+- (3.8a1) Describe the interfaces for each module and actually declare
+  the interfaces for each.
 
-- Fix module references so klass.__module__ points to the Python wrapper
-  module, not the C extension.
+- (3.8a1) Fix module references so klass.__module__ points to the Python
+  wrapper module, not the C extension.
 
-- introduce module families, to group all 32-bit and all 64-bit modules.
+- (3.8a1) introduce module families, to group all 32-bit and all 64-bit
+  modules.



More information about the Zodb-checkins mailing list