]> granicus.if.org Git - python/commit
Issue 7431: use TESTFN in test_linecache instead of trying to create a
authorR. David Murray <rdmurray@bitdance.com>
Thu, 3 Dec 2009 23:57:59 +0000 (23:57 +0000)
committerR. David Murray <rdmurray@bitdance.com>
Thu, 3 Dec 2009 23:57:59 +0000 (23:57 +0000)
commit820b0ea36c9f2ad2c940f157fb69c045c6a0ad96
tree25aeb8180ee5a60e034cd211ab0f4ccc35f2184e
parent642017224a3167d826fe490648a5d567e52c969d
Issue 7431: use TESTFN in test_linecache instead of trying to create a
file in the Lib/test directory, which might be read-only for the
user running the tests.
Lib/test/test_linecache.py
Misc/NEWS