summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_linecache.py
Commit message (Collapse)AuthorAgeFilesLines
* #1309567: fix linecache behavior of stripping subdirectories from paths when ↵Georg Brandl2009-05-051-0/+129
looking for relative filename matches. Also add a linecache test suite.