[Python-checkins] python/dist/src/Misc NEWS,1.828,1.829

tim_one@users.sourceforge.net tim_one@users.sourceforge.net
Mon, 28 Jul 2003 17:10:32 -0700


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

Modified Files:
	NEWS 
Log Message:
Added section for 2.3 final; moved IDLE news into it that I inserted in
a wrong place over the weekend.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.828
retrieving revision 1.829
diff -C2 -d -r1.828 -r1.829
*** NEWS	27 Jul 2003 20:23:49 -0000	1.828
--- NEWS	29 Jul 2003 00:10:29 -0000	1.829
***************
*** 5,8 ****
--- 5,45 ----
  (editors: check NEWS.help for information about editing NEWS using ReST.)
  
+ What's New in Python 2.3 final?
+ ===============================
+ 
+ *Release date: 29-Jul-2003*
+ 
+ Core and builtins
+ -----------------
+ 
+ Extension modules
+ -----------------
+ 
+ Library
+ -------
+ 
+ IDLE
+ ----
+ 
+ - IDLE displays a new message upon startup:  some "personal firewall"
+   kinds of programs (for example, ZoneAlarm) open a dialog of their
+   own when any program opens a socket.  IDLE does use sockets, talking
+   on the computer's internal loopback interface.  This connection is not
+   visible on any external interface and no data is sent to or received
+   from the Internet.  So, if you get such a dialog when opening IDLE,
+   asking whether to let pythonw.exe talk to address 127.0.0.1, say yes,
+   and rest assured no communication external to your machine is taking
+   place.  If you don't allow it, IDLE won't be able to start.
+ 
+ Build
+ -----
+ 
+ C API
+ -----
+ 
+ Windows
+ -------
+ 
+ 
  What's New in Python 2.3 release candidate 2?
  =============================================
***************
*** 44,57 ****
  IDLE
  ----
- 
- - IDLE displays a new message upon startup:  some "personal firewall"
-   kinds of programs (for example, ZoneAlarm) open a dialog of their
-   own when any program opens a socket.  IDLE does use sockets, talking
-   on the computer's internal loopback interface.  This connection is not
-   visible on any external interface and no data is sent to or received
-   from the Internet.  So, if you get such a dialog when opening IDLE,
-   asking whether to let pythonw.exe talk to address 127.0.0.1, say yes,
-   and rest assured no communication external to your machine is taking
-   place.  If you don't allow it, IDLE won't be able to start.
  
  - Calltips patches.
--- 81,84 ----