commit | 182ac8514726402451a90fd59c9bf427f8071365 | [log] [tgz] |
---|---|---|
author | Hye-Shik Chang <hyeshik@gmail.com> | Tue Oct 26 09:16:42 2004 +0000 |
committer | Hye-Shik Chang <hyeshik@gmail.com> | Tue Oct 26 09:16:42 2004 +0000 |
tree | 1e7d6a1c24390a303d69842271d0a96cabefba7b | |
parent | 23109ef11e91c49b56b517ce454bcf87a4153c62 [diff] [blame] |
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.
diff --git a/Misc/NEWS b/Misc/NEWS index 6c0935e..59c3ef6 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -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 -----