From: Gregory P. Smith Date: Sat, 17 Mar 2007 22:32:49 +0000 (+0000) Subject: move note to the correct section X-Git-Tag: v2.5.1c1~32 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8e92dd0c9cba20d7f2532f613d5f419931733e0b;p=python move note to the correct section --- diff --git a/Misc/NEWS b/Misc/NEWS index 791fa83384..2eea8b9d9f 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -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