From: Thomas Heller Date: Tue, 23 Sep 2003 07:07:20 +0000 (+0000) Subject: Note from Anthony about Berkely DB 4.2 support. X-Git-Tag: v2.3.1~9 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=014a33d49dc660c3020cb7fa066a867d96498b48;p=thirdparty%2FPython%2Fcpython.git Note from Anthony about Berkely DB 4.2 support. Mention which openssl version was used for the windows installer. --- diff --git a/Misc/NEWS b/Misc/NEWS index 42384c763cf4..88a4c6dd43b4 100644 --- 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 ---