]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
post 2.3.2c1 news
authorAnthony Baxter <anthonybaxter@gmail.com>
Wed, 1 Oct 2003 06:07:32 +0000 (06:07 +0000)
committerAnthony Baxter <anthonybaxter@gmail.com>
Wed, 1 Oct 2003 06:07:32 +0000 (06:07 +0000)
Misc/NEWS

index bc88d89edad53b13ddfe6f17e0bc0f50d20b4af5..81daa3ba7dbecb1c96eccb430696426789444460 100644 (file)
--- 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?
 =============================