[Python-checkins] python/dist/src/Misc NEWS,1.751,1.752

tim_one@users.sourceforge.net tim_one@users.sourceforge.net
Sat, 26 Apr 2003 07:53:04 -0700


Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1:/tmp/cvs-serv873/python/Misc

Modified Files:
	NEWS 
Log Message:
A start on news for 2.3b2.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.751
retrieving revision 1.752
diff -C2 -d -r1.751 -r1.752
*** NEWS	26 Apr 2003 00:21:31 -0000	1.751
--- NEWS	26 Apr 2003 14:53:01 -0000	1.752
***************
*** 5,8 ****
--- 5,49 ----
  (editors: check NEWS.help for information about editing NEWS using ReST.)
  
+ What's New in Python 2.3 beta 2?
+ ================================
+ 
+ *Release date: XX-XXX-2003*
+ 
+ Core and builtins
+ -----------------
+ 
+ Extension modules
+ -----------------
+ 
+ Library
+ -------
+ 
+ Tools/Demos
+ -----------
+ 
+ Build
+ -----
+ 
+ C API
+ -----
+ 
+ New platforms
+ -------------
+ 
+ None this time.
+ 
+ Tests
+ -----
+ 
+ - test_imp rewritten so that it doesn't raise RuntimeError if run as a
+   side effect of being imported ("import test.autotest").
+ 
+ Windows
+ -------
+ 
+ Mac
+ ---
+ 
+ 
  What's New in Python 2.3 beta 1?
  ================================