]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Note from Anthony about Berkely DB 4.2 support.
authorThomas Heller <theller@ctypes.org>
Tue, 23 Sep 2003 07:07:20 +0000 (07:07 +0000)
committerThomas Heller <theller@ctypes.org>
Tue, 23 Sep 2003 07:07:20 +0000 (07:07 +0000)
Mention which openssl version was used for the windows installer.

Misc/NEWS

index 42384c763cf4680dcb48da61a4072eedef01024d..88a4c6dd43b42138108d423cac7d1d159bcfc9e2 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -38,6 +38,8 @@ Core and builtins
 Extension modules
 -----------------
 
+- The _bsddb module now supports Berkeley DB 4.2.
+
 - Bug #698282: Add __file__ to dynamic modules in multiple interpreters.
 
 - Patch #798145: Return correct information from nl_langinfo(RADIXCHAR).
@@ -147,6 +149,11 @@ C API
 Windows
 -------
 
+- The _ssl extension module was built using openssl-0.9.7b.
+
+- The Windows installer includes documentation in HTMLHelp format
+  instead of single HTML pages.
+
 Mac
 ---