summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMatthias Klose <doko@ubuntu.com>2007-09-03 23:33:04 (GMT)
committerMatthias Klose <doko@ubuntu.com>2007-09-03 23:33:04 (GMT)
commit691632f14d4c9ebf0703ccbf7aa9f37ca8df982d (patch)
treea700bfb76cbedc534283dc985fedf45b948d90e9 /Misc
parent4cdceac76031a7b29f8b60dcffc57744b84f4db3 (diff)
downloadcpython-691632f14d4c9ebf0703ccbf7aa9f37ca8df982d.zip
cpython-691632f14d4c9ebf0703ccbf7aa9f37ca8df982d.tar.gz
cpython-691632f14d4c9ebf0703ccbf7aa9f37ca8df982d.tar.bz2
- Added support for linking the bsddb module against BerkeleyDB 4.6.x.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 2 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 05520aa..2cfc4ce 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -838,7 +838,8 @@ Extension Modules
- 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.
+- Added support for linking the bsddb module against BerkeleyDB 4.5.x
+ and 4.6.x.
- Bug #1633621: if curses.resizeterm() or curses.resize_term() is called,
update _curses.LINES, _curses.COLS, curses.LINES and curses.COLS.