summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2003-01-24 15:31:31 (GMT)
committerTim Peters <tim.peters@gmail.com>2003-01-24 15:31:31 (GMT)
commit0064026668cd1dc5ffe005532e4ccc23e55c2b35 (patch)
treefe331d14636ed0b887f3d3b61976d80f74e11bb7 /Misc
parentbcb0e20091c3e637905d89e527c5ce1cfdd183f8 (diff)
downloadcpython-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/NEWS9
1 files changed, 6 insertions, 3 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index bfcddd9..fdc3730 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.