]> granicus.if.org Git - python/commit
Make creation of temporary file and directory more portable. Also made cleanup
authorBrett Cannon <bcannon@gmail.com>
Thu, 12 Jun 2003 08:01:06 +0000 (08:01 +0000)
committerBrett Cannon <bcannon@gmail.com>
Thu, 12 Jun 2003 08:01:06 +0000 (08:01 +0000)
commit455ea53d0e7a21af210eef71644700b3979badce
tree94e7616654825e4f5918a701817047d0341c7931
parenta4e5c4da4d9325b6858808f32e3aca4fa799c038
Make creation of temporary file and directory more portable.  Also made cleanup
code use proper functions to get paths.

Changed the name of tar file that is searched for to be absolute (i.e., not use
os.extsep) since filename is locked in based on name of file in CVS
(testtar.tar).

Closes bug #731403 .
Lib/test/test_tarfile.py