- 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
-----------------
- 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