]> granicus.if.org Git - python/commit
Use os.chdir/os.getcwd instead of os.path.realpath, to support Tru64
authorPeter Astrand <astrand@lysator.liu.se>
Fri, 12 Nov 2004 15:51:48 +0000 (15:51 +0000)
committerPeter Astrand <astrand@lysator.liu.se>
Fri, 12 Nov 2004 15:51:48 +0000 (15:51 +0000)
commit195404ff900cc7bb72517c4dbdda5b203b4c8b3c
treee9e1c7e884ff1c2cc8cb11d1c75b3cebf46e2d56
parent2dae7646c30fcb347c093632a4df18292e246a1a
Use os.chdir/os.getcwd instead of os.path.realpath, to support Tru64
TEMP dirs with {memb} strings. Fixes #1063571.
Lib/test/test_subprocess.py