Commit 8e92dd0c authored by Gregory P. Smith's avatar Gregory P. Smith

move note to the correct section

parent d2004662
...@@ -127,9 +127,6 @@ Core and builtins ...@@ -127,9 +127,6 @@ Core and builtins
- Allow exception instances to be directly sliced again. - 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 Extension Modules
----------------- -----------------
...@@ -200,6 +197,9 @@ Extension Modules ...@@ -200,6 +197,9 @@ Extension Modules
- Make regex engine raise MemoryError if allocating memory fails. - 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. - Added support for linking the bsddb module against BerkeleyDB 4.5.x.
- Modifying an empty deque during iteration now raises RuntimeError - Modifying an empty deque during iteration now raises RuntimeError
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment