]> granicus.if.org Git - python/commitdiff
New version.
authorGuido van Rossum <guido@python.org>
Wed, 7 Apr 1999 18:41:59 +0000 (18:41 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 7 Apr 1999 18:41:59 +0000 (18:41 +0000)
Tools/idle/NEWS.txt
Tools/idle/README.txt

index 7d8da1237d56dae5730e85daa626081836361a57..eca2a197536a9c04a4328ff9de4c85b2f63e7818 100644 (file)
@@ -2,6 +2,15 @@
 
 ----------------------------------------------------------------------
 
+New in IDLE 0.4 (4/7/99)
+------------------------
+
+Most important change: a new menu entry "File -> Path browser", shows
+a 4-column hierarchical browser which lets you browse sys.path,
+directories, modules, and classes.  Yes, it's a superset of the Class
+browser menu entry.  There's also a new internal module,
+MultiScrolledLists.py, which provides the framework for this dialog.
+
 New in IDLE 0.3 (2/17/99)
 -------------------------
 
index a934cfc7befd1ecba75a7c1d39112148573d86ae..497ae5e5f49519db71f7974bf437f586c433920f 100644 (file)
@@ -1,5 +1,5 @@
-IDLE 0.3 - 17 February 1999
----------------------------
+IDLE 0.4 - 7 April 1999
+-----------------------
 
 For news about this release, see the file NEWS.txt.  (For a more
 detailed change log, see the file ChangeLog.)
@@ -18,9 +18,10 @@ to avoid popping up a DOS console.  Any arguments passed are interpreted
 as files that will be opened for editing.
 
 IDLE requires Python 1.5.2, so it is currently only usable with the
-Python 1.5.2 beta distribution (luckily, IDLE is bundled with Python
+Python 1.5.2 distribution (luckily, IDLE is bundled with Python
 1.5.2).
 
-Please send feedback to the Python newsgroup, comp.lang.python.
+Please send feedback to the Python newsgroup, comp.lang.python, and cc
+me <guido@python.org>.
 
 --Guido van Rossum (home page: http://www.python.org/~guido/)