[Idle-dev] CVS: idle NEWS.txt,1.26,1.27 run.py,1.24,1.25
Kurt B. Kaiser
kbk at users.sourceforge.net
Thu Jan 1 21:35:38 EST 2004
Update of /cvsroot/idlefork/idle
In directory sc8-pr-cvs1:/tmp/cvs-serv4566
Modified Files:
NEWS.txt run.py
Log Message:
Print correct exception even if source file changed since shell was
restarted. IDLEfork Patch 869012 Noam Raphael
Modified Files:
NEWS.txt run.py
Index: NEWS.txt
===================================================================
RCS file: /cvsroot/idlefork/idle/NEWS.txt,v
retrieving revision 1.26
retrieving revision 1.27
diff -C2 -r1.26 -r1.27
*** NEWS.txt 25 Nov 2003 04:52:12 -0000 1.26
--- NEWS.txt 2 Jan 2004 02:35:36 -0000 1.27
***************
*** 8,11 ****
--- 8,14 ----
*Release date: XX-XXX-2003*
+ - Print correct exception even if source file changed since shell was
+ restarted. IDLEfork Patch 869012 Noam Raphael
+
- Port Martin v. Loewis corrections to IOBinding.py (1.20, 1.21) from Python
IDLE. Closes IDLEfork Bug 778547, Python Bugs 788378, 774680, 805728
Index: run.py
===================================================================
RCS file: /cvsroot/idlefork/idle/run.py,v
retrieving revision 1.24
retrieving revision 1.25
diff -C2 -r1.24 -r1.25
*** run.py 24 Nov 2003 03:08:08 -0000 1.24
--- run.py 2 Jan 2004 02:35:36 -0000 1.25
***************
*** 112,115 ****
--- 112,117 ----
def print_exception():
+ import linecache
+ linecache.checkcache()
flush_stdout()
efile = sys.stderr
More information about the IDLE-dev
mailing list