From: Anthony Baxter Date: Wed, 1 Oct 2003 06:07:32 +0000 (+0000) Subject: post 2.3.2c1 news X-Git-Tag: v2.3.2~6 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cf23706a587db3560a0a4ebbe8a22ed51475ba5f;p=thirdparty%2FPython%2Fcpython.git post 2.3.2c1 news --- diff --git a/Misc/NEWS b/Misc/NEWS index bc88d89edad5..81daa3ba7dbe 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -4,6 +4,28 @@ Python News (editors: check NEWS.help for information about editing NEWS using ReST.) +What's New in Python 2.3.2 (final)? +=================================== + +*Release date: XX-XXX-XXXX* + +Core and builtins +----------------- + +- A workaround for an OpenBSD compiler bug that meant python failed to + detect floating point overflow in some cases. + +Tools/Demos +----------- + +- Tools/scripts/md5sum.py opens files in binary mode by default. Opening + in text mode is almost certainly not what you want. + +Extension modules +----------------- + +- The documentation for bsddb now warns strongly about using the legacy + API in multi-threaded applications. What's New in Python 2.3.2c1? =============================