]> granicus.if.org Git - python/commit
#1309567: fix linecache behavior of stripping subdirectories from paths when looking...
authorGeorg Brandl <georg@python.org>
Tue, 5 May 2009 08:28:49 +0000 (08:28 +0000)
committerGeorg Brandl <georg@python.org>
Tue, 5 May 2009 08:28:49 +0000 (08:28 +0000)
commit7c26d76d9c5091bf8fb1692b5ad13bb9e3eefb4e
tree3666fc2a6996a2d4012fa7546ba02f26a2af6a9b
parentf71ba95e9146872200bbc474337b41b0b4d964de
#1309567: fix linecache behavior of stripping subdirectories from paths when looking for relative filename matches. Also add a linecache test suite.
Lib/linecache.py
Lib/test/test_linecache.py [new file with mode: 0644]