[Python-checkins] python/dist/src/Misc NEWS,1.779,1.780

gvanrossum@users.sourceforge.net gvanrossum@users.sourceforge.net
Fri, 13 Jun 2003 13:37:25 -0700


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

Modified Files:
	NEWS 
Log Message:
News about the new IDLE (is more needed?).  News about SF patch
751998.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.779
retrieving revision 1.780
diff -C2 -d -r1.779 -r1.780
*** NEWS	13 Jun 2003 19:28:47 -0000	1.779
--- NEWS	13 Jun 2003 20:37:23 -0000	1.780
***************
*** 13,16 ****
--- 13,19 ----
  -----------------
  
+ - SF patch 751998 fixes an unwanted side effect of the previous fix
+   for SF bug 742860 (the next item).
+ 
  - SF bug 742860: "WeakKeyDictionary __delitem__ uses iterkeys".  This
    wasn't threadsafe, was very inefficient (expected time O(len(dict))
***************
*** 71,74 ****
--- 74,81 ----
  -------
  
+ - A brand new version of IDLE (from the IDLEfork project at
+   SourceForge) is now included as Lib/idlelib.  The old Tools/idle is
+   no more.
+ 
  - copy.py: applied SF patch 707900, fixing bug 702858, by Steven
    Taschuk.  Copying a new-style class that had a reference to itself
***************
*** 100,103 ****
--- 107,112 ----
  Tools/Demos
  -----------
+ 
+ - Tools/idle is gone; long live Lib/idlelib.
  
  - diff.py is a new script for print file diffs in context, unified, or ndiff