]> granicus.if.org Git - python/commit
SF #737473: Show up-to-date source code in tracebacks always.
authorHye-Shik Chang <hyeshik@gmail.com>
Tue, 26 Oct 2004 09:16:42 +0000 (09:16 +0000)
committerHye-Shik Chang <hyeshik@gmail.com>
Tue, 26 Oct 2004 09:16:42 +0000 (09:16 +0000)
commit182ac8514726402451a90fd59c9bf427f8071365
tree1e7d6a1c24390a303d69842271d0a96cabefba7b
parent23109ef11e91c49b56b517ce454bcf87a4153c62
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.
Doc/lib/liblinecache.tex
Lib/linecache.py
Lib/test/test_traceback.py
Lib/traceback.py
Misc/NEWS