diff options
author | Gregory P. Smith <greg@mad-scientist.com> | 2007-03-17 22:32:49 (GMT) |
---|---|---|
committer | Gregory P. Smith <greg@mad-scientist.com> | 2007-03-17 22:32:49 (GMT) |
commit | 8e92dd0c9cba20d7f2532f613d5f419931733e0b (patch) | |
tree | a02d1e59b2820382353c81c4464c0fa5fb164a30 | |
parent | d20046622a3e5c687d03913e0632ca1ed690e1b6 (diff) | |
download | cpython-8e92dd0c9cba20d7f2532f613d5f419931733e0b.zip cpython-8e92dd0c9cba20d7f2532f613d5f419931733e0b.tar.gz cpython-8e92dd0c9cba20d7f2532f613d5f419931733e0b.tar.bz2 |
move note to the correct section
-rw-r--r-- | Misc/NEWS | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |