summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorHye-Shik Chang <hyeshik@gmail.com>2004-10-26 09:16:42 (GMT)
committerHye-Shik Chang <hyeshik@gmail.com>2004-10-26 09:16:42 (GMT)
commit182ac8514726402451a90fd59c9bf427f8071365 (patch)
tree1e7d6a1c24390a303d69842271d0a96cabefba7b /Misc
parent23109ef11e91c49b56b517ce454bcf87a4153c62 (diff)
downloadcpython-182ac8514726402451a90fd59c9bf427f8071365.zip
cpython-182ac8514726402451a90fd59c9bf427f8071365.tar.gz
cpython-182ac8514726402451a90fd59c9bf427f8071365.tar.bz2
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.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 6c0935e..59c3ef6 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -59,6 +59,9 @@ Library
- 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
-----