python/dist/src/Lib/idlelib NEWS.txt, 1.46, 1.47 idlever.py, 1.19, 1.20
Update of /cvsroot/python/python/dist/src/Lib/idlelib In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20524/Lib/idlelib Modified Files: NEWS.txt idlever.py Log Message: 2.4rc1 Index: NEWS.txt =================================================================== RCS file: /cvsroot/python/python/dist/src/Lib/idlelib/NEWS.txt,v retrieving revision 1.46 retrieving revision 1.47 diff -u -d -r1.46 -r1.47 --- NEWS.txt 16 Nov 2004 21:31:08 -0000 1.46 +++ NEWS.txt 18 Nov 2004 12:32:27 -0000 1.47 @@ -1,7 +1,7 @@ What's New in IDLE 1.1b3/rc1? ============================= -*Release date: XX-XXX-2004* +*Release date: 18-NOV-2004* - Saving a Keyset w/o making changes (by using the "Save as New Custom Key Set" button) caused IDLE to fail on restart (no new keyset was created in Index: idlever.py =================================================================== RCS file: /cvsroot/python/python/dist/src/Lib/idlelib/idlever.py,v retrieving revision 1.19 retrieving revision 1.20 diff -u -d -r1.19 -r1.20 --- idlever.py 3 Nov 2004 06:21:36 -0000 1.19 +++ idlever.py 18 Nov 2004 12:32:27 -0000 1.20 @@ -1 +1 @@ -IDLE_VERSION = "1.1b2" +IDLE_VERSION = "1.1c1"
participants (1)
-
anthonybaxter@users.sourceforge.net