diff options
author | Tim Peters <tim.peters@gmail.com> | 2003-01-24 15:31:31 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2003-01-24 15:31:31 (GMT) |
commit | 0064026668cd1dc5ffe005532e4ccc23e55c2b35 (patch) | |
tree | fe331d14636ed0b887f3d3b61976d80f74e11bb7 /Misc | |
parent | bcb0e20091c3e637905d89e527c5ce1cfdd183f8 (diff) | |
download | cpython-0064026668cd1dc5ffe005532e4ccc23e55c2b35.zip cpython-0064026668cd1dc5ffe005532e4ccc23e55c2b35.tar.gz cpython-0064026668cd1dc5ffe005532e4ccc23e55c2b35.tar.bz2 |
Bump the Windows build to use Sleepycat's 4.1.25.NC release (the
latest bsddb release without strong cryptography).
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -32,6 +32,9 @@ Extension modules - fcntl now exposes the strops.h I_* constants. +- Fix a crash on Solaris that occurred when calling close() on + an mmap'ed file which was already closed. (SF patch #665913) + - datetime changes: The datetime and datetimetz classes have been collapsed into a single @@ -103,9 +106,6 @@ Extension modules possible to have timestamps that differ by a second, yet where datetimes constructed from them are equal. -- Fix a crash on Solaris that occurred when calling close() on - an mmap'ed file which was already closed. (SF patch #665913) - Library ------- @@ -181,6 +181,9 @@ TBD Windows ------- +- The bsddb module now ships with Sleepycat's 4.1.25.NC, the latest + release without strong cryptography. + - sys.path[0], if it contains a directory name, is now always an absolute pathname. |