[Python-checkins] python/dist/src/Misc NEWS,1.832,1.833

montanaro@users.sourceforge.net montanaro@users.sourceforge.net
Thu, 31 Jul 2003 22:01:57 -0700


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

Modified Files:
	NEWS 
Log Message:
add skeletal "what's new" for 2.4a1 and mention a couple python-mode tweaks.



Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.832
retrieving revision 1.833
diff -C2 -d -r1.832 -r1.833
*** NEWS	30 Jul 2003 12:14:02 -0000	1.832
--- NEWS	1 Aug 2003 05:01:54 -0000	1.833
***************
*** 5,8 ****
--- 5,50 ----
  (editors: check NEWS.help for information about editing NEWS using ReST.)
  
+ What's New in Python 2.4 alpha 1?
+ =================================
+ 
+ *Release date: DD-MMM-YYYY*
+ 
+ Core and builtins
+ -----------------
+ 
+ Extension modules
+ -----------------
+ 
+ Library
+ -------
+ 
+ Tools/Demos
+ -----------
+ 
+ - py-electric-colon now works when pending-delete/delete-selection mode is
+   in effect
+ 
+ - py-help-at-point is no longer bound to the F1 key - it's still bound to
+   C-c C-h
+ 
+ Build
+ -----
+ 
+ C API
+ -----
+ 
+ New platforms
+ -------------
+ 
+ Tests
+ -----
+ 
+ Windows
+ -------
+ 
+ Mac
+ ----
+ 
+ 
  What's New in Python 2.3 final?
  ===============================