summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGregory P. Smith <greg@mad-scientist.com>2006-09-30 06:08:20 (GMT)
committerGregory P. Smith <greg@mad-scientist.com>2006-09-30 06:08:20 (GMT)
commitf8508cca47a9612df4d7453ba8462b7916f46b01 (patch)
treefc9f4b56a4366ec3d75118c4e51903025f7b9413
parent5cee720aa6869b2335df0526b96fcdc57f62edb3 (diff)
downloadcpython-f8508cca47a9612df4d7453ba8462b7916f46b01.zip
cpython-f8508cca47a9612df4d7453ba8462b7916f46b01.tar.gz
cpython-f8508cca47a9612df4d7453ba8462b7916f46b01.tar.bz2
wording change
-rw-r--r--Misc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 48899bc..ddf993f 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -81,7 +81,7 @@ Library
- Bug #1531862: Do not close standard file descriptors in subprocess.
-- fixed a bug with bsddb.DB.stat: its flags and txn keyword arguments
+- fixed a bug with bsddb.DB.stat: the flags and txn keyword arguments
were transposed.
Extension Modules