[Python-checkins] r54422 - python/branches/release25-maint/Misc/NEWS

gregory.p.smith python-checkins at python.org
Sat Mar 17 23:32:55 CET 2007


Author: gregory.p.smith
Date: Sat Mar 17 23:32:49 2007
New Revision: 54422

Modified:
   python/branches/release25-maint/Misc/NEWS
Log:
move note to the correct section


Modified: python/branches/release25-maint/Misc/NEWS
==============================================================================
--- python/branches/release25-maint/Misc/NEWS	(original)
+++ python/branches/release25-maint/Misc/NEWS	Sat Mar 17 23:32:49 2007
@@ -127,9 +127,6 @@
 
 - Allow exception instances to be directly sliced again.
 
-- fixed a bug with bsddb.DB.stat: the flags and txn keyword arguments
-  were transposed.
-
 
 Extension Modules
 -----------------
@@ -200,6 +197,9 @@
 
 - Make regex engine raise MemoryError if allocating memory fails.
 
+- fixed a bug with bsddb.DB.stat: the flags and txn keyword arguments
+  were transposed.
+
 - Added support for linking the bsddb module against BerkeleyDB 4.5.x.
 
 - Modifying an empty deque during iteration now raises RuntimeError


More information about the Python-checkins mailing list