]> granicus.if.org Git - python/commitdiff
post-release fun
authorAnthony Baxter <anthonybaxter@gmail.com>
Fri, 9 Jul 2004 07:30:10 +0000 (07:30 +0000)
committerAnthony Baxter <anthonybaxter@gmail.com>
Fri, 9 Jul 2004 07:30:10 +0000 (07:30 +0000)
Misc/NEWS

index 409627e4a0c2bba22d496716e335442743bc9a5a..df3dccab526cfa14382336950bebe6dbbfd68035 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -4,6 +4,51 @@ Python News
 
 (editors: check NEWS.help for information about editing NEWS using ReST.)
 
+What's New in Python 2.4 alpha 2?
+=================================
+
+*Release date: XX-XXX-2004*
+
+Core and builtins
+-----------------
+
+- Allow string and unicode return types from .encode()/.decode()
+  methods on string and unicode objects. Added unicode.decode()
+  which was missing for no apparent reason.
+
+- An attempt to fix the mess that is Python's behaviour with 
+  signal handlers and threads, complicated by readline's behaviour.
+  It's quite possible that there are still bugs here.
+
+Extension modules
+-----------------
+
+Library
+-------
+
+Tools/Demos
+-----------
+
+Build
+-----
+
+C API
+-----
+
+New platforms
+-------------
+
+Tests
+-----
+
+Windows
+-------
+
+Mac
+---
+
+
+
 What's New in Python 2.4 alpha 1?
 =================================
 
@@ -635,12 +680,6 @@ C API
   the more complex machinery of Py_BuildValue().  PyTuple_Pack(3, a, b, c)
   is equivalent to Py_BuildValue("(OOO)", a, b, c).
 
-New platforms
--------------
-
-Tests
------
-
 Windows
 -------
 
@@ -653,9 +692,6 @@ Windows
   (modes r+, rb+, w+, wb+), and the most recent file operation before
   the truncate() call was an input operation.  SF bug 801631.
 
-Mac
-----
-
 
 What's New in Python 2.3 final?
 ===============================