]> granicus.if.org Git - python/commit
Fix "sys.path modified" warning in test_strlit, by not replacing sys.path itself...
authorGeorg Brandl <georg@python.org>
Mon, 20 Feb 2012 20:36:28 +0000 (21:36 +0100)
committerGeorg Brandl <georg@python.org>
Mon, 20 Feb 2012 20:36:28 +0000 (21:36 +0100)
commit242631da860fc94eafa86ff50d219cfd9dfded3e
treebd646da9020315493fcd656884a499ac1e01ca2b
parenta86b262d1e8b98de5c8f6781cc30eef0b0c98ddc
Fix "sys.path modified" warning in test_strlit, by not replacing sys.path itself, only its contents.
Lib/test/test_strlit.py