From: Gregory P. Smith Date: Sat, 17 Mar 2007 22:33:35 +0000 (+0000) Subject: move note to the correct section X-Git-Tag: v2.6a1~1974 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f09c626a42d180a18d3f0f834146cd813f151ebd;p=thirdparty%2FPython%2Fcpython.git move note to the correct section --- diff --git a/Misc/NEWS b/Misc/NEWS index 68e7c0d98a72..9ce5a1307fad 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -551,9 +551,6 @@ Library - Bug #1531862: Do not close standard file descriptors in subprocess. -- fixed a bug with bsddb.DB.stat: the flags and txn keyword arguments - were transposed. - - idle: Honor the "Cancel" action in the save dialog (Debian bug #299092). @@ -644,6 +641,9 @@ Extension Modules been defined. This prevents an interactive Python from waking up 10 times per second. Patch by Richard Boulton. +- 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. - Bug #1633621: if curses.resizeterm() or curses.resize_term() is called,