[Python-checkins] r54423 - python/trunk/Misc/NEWS
gregory.p.smith
python-checkins at python.org
Sat Mar 17 23:33:38 CET 2007
Author: gregory.p.smith
Date: Sat Mar 17 23:33:35 2007
New Revision: 54423
Modified:
python/trunk/Misc/NEWS
Log:
move note to the correct section
Modified: python/trunk/Misc/NEWS
==============================================================================
--- python/trunk/Misc/NEWS (original)
+++ python/trunk/Misc/NEWS Sat Mar 17 23:33:35 2007
@@ -551,9 +551,6 @@
- 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 @@
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,
More information about the Python-checkins
mailing list