move note to the correct section

This commit is contained in:
Gregory P. Smith 2007-03-17 22:32:49 +00:00
parent d20046622a
commit 8e92dd0c9c
1 changed files with 3 additions and 3 deletions

View File

@ -127,9 +127,6 @@ Core and builtins
- 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 @@ 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