[Python-checkins] python/dist/src/Misc NEWS,1.1025,1.1026

anthonybaxter at users.sourceforge.net anthonybaxter at users.sourceforge.net
Fri Jul 9 09:30:36 CEST 2004


Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30821/Misc

Modified Files:
	NEWS 
Log Message:
post-release fun

Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.1025
retrieving revision 1.1026
diff -C2 -d -r1.1025 -r1.1026
*** NEWS	8 Jul 2004 05:59:43 -0000	1.1025
--- NEWS	9 Jul 2004 07:30:10 -0000	1.1026
***************
*** 5,8 ****
--- 5,53 ----
  (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?
  =================================
***************
*** 636,645 ****
    is equivalent to Py_BuildValue("(OOO)", a, b, c).
  
- New platforms
- -------------
- 
- Tests
- -----
- 
  Windows
  -------
--- 681,684 ----
***************
*** 654,660 ****
    the truncate() call was an input operation.  SF bug 801631.
  
- Mac
- ----
- 
  
  What's New in Python 2.3 final?
--- 693,696 ----



More information about the Python-checkins mailing list