[Python-checkins] python/dist/src/Misc NEWS,1.586,1.587

loewis@users.sourceforge.net loewis@users.sourceforge.net
Wed, 01 Jan 2003 01:51:15 -0800


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

Modified Files:
	NEWS 
Log Message:
Expose I_ constants. Auto-detect stropts.h. Properly configure the slave terminal.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.586
retrieving revision 1.587
diff -C2 -d -r1.586 -r1.587
*** NEWS	31 Dec 2002 16:38:01 -0000	1.586
--- NEWS	1 Jan 2003 09:51:12 -0000	1.587
***************
*** 5,8 ****
--- 5,46 ----
  (editors: check NEWS.help for information about editing NEWS using ReST.)
  
+ What's New in Python 2.3 alpha 2?
+ =================================
+ 
+ *Release date: XX-XXX-2003
+ 
+ Core and builtins
+ -----------------
+ 
+ Extension modules
+ -----------------
+ 
+ - fcntl now exposes the strops.h I_* constants.
+ 
+ Library
+ -------
+ 
+ Tools/Demos
+ -----------
+ 
+ Build
+ -----
+ 
+ C API
+ -----
+ 
+ New platforms
+ -------------
+ 
+ Tests
+ -----
+ 
+ Windows
+ -------
+ 
+ Mac
+ ---
+ 
+ 
  What's New in Python 2.3 alpha 1?
  =================================