[Python-checkins] CVS: python/dist/src/Misc NEWS,1.338,1.339

Tim Peters tim_one@users.sourceforge.net
Fri, 21 Dec 2001 13:36:52 -0800


Update of /cvsroot/python/python/dist/src/Misc
In directory usw-pr-cvs1:/tmp/cvs-serv4486/python/misc

Modified Files:
	NEWS 
Log Message:
Added 2.3a1 section.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.338
retrieving revision 1.339
diff -C2 -d -r1.338 -r1.339
*** NEWS	2001/12/21 20:04:22	1.338
--- NEWS	2001/12/21 21:36:50	1.339
***************
*** 1,2 ****
--- 1,32 ----
+ What's New in Python 2.3 alpha 1?
+ XXX Release date: DD-MMM-2002 XXX
+ =================================
+ 
+ Type/class unification and new-style classes
+ 
+ Core and builtins
+ 
+ Extension modules
+ 
+ Library
+ 
+ Tools/Demos
+ 
+ Build
+ 
+ C API
+ 
+ - Because Python's magic number scheme broke on January 1st, we decided
+   to stop Python development.  Thanks for all the fish!
+ 
+ New platforms
+ 
+ Tests
+ 
+ Windows
+ 
+ Mac
+ 
+ 
  What's New in Python 2.2 final?
  Release date: 21-Dec-2001