diff options
author | Matthias Klose <doko@ubuntu.com> | 2007-09-03 23:33:04 (GMT) |
---|---|---|
committer | Matthias Klose <doko@ubuntu.com> | 2007-09-03 23:33:04 (GMT) |
commit | 691632f14d4c9ebf0703ccbf7aa9f37ca8df982d (patch) | |
tree | a700bfb76cbedc534283dc985fedf45b948d90e9 /Misc | |
parent | 4cdceac76031a7b29f8b60dcffc57744b84f4db3 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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. |