From cf23706a587db3560a0a4ebbe8a22ed51475ba5f Mon Sep 17 00:00:00 2001 From: Anthony Baxter Date: Wed, 1 Oct 2003 06:07:32 +0000 Subject: post 2.3.2c1 news --- Misc/NEWS | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/Misc/NEWS b/Misc/NEWS index bc88d89..81daa3b 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? ============================= -- cgit v0.12