[Python-checkins] python/dist/src/Misc NEWS,1.1176,1.1177

perky at users.sourceforge.net perky at users.sourceforge.net
Tue Oct 26 11:16:46 CEST 2004


Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19767/Misc

Modified Files:
	NEWS 
Log Message:
SF #737473: Show up-to-date source code in tracebacks always.
And add an optional argument 'filename' to linecache.checkcache()
to enable checking caches per-file.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.1176
retrieving revision 1.1177
diff -u -d -r1.1176 -r1.1177
--- NEWS	26 Oct 2004 01:52:36 -0000	1.1176
+++ NEWS	26 Oct 2004 09:16:42 -0000	1.1177
@@ -59,6 +59,9 @@
 
 - Bug #1017553: fix bug in tarfile.filemode()
 
+- Bug #737473: fix bug that old source code is shown in tracebacks even if
+  the source code is updated and reloaded.
+
 Build
 -----
 



More information about the Python-checkins mailing list