]> granicus.if.org Git - python/commit
Fixed bug #1470
authorChristian Heimes <christian@cheimes.de>
Tue, 20 Nov 2007 01:45:17 +0000 (01:45 +0000)
committerChristian Heimes <christian@cheimes.de>
Tue, 20 Nov 2007 01:45:17 +0000 (01:45 +0000)
commit94140157445c602566af2220f85f7483813ff9dc
tree0ae183cefcc6036ce289786efc2bd616bf62511a
parent10c476db2ca3052d537553c38881e5ceefdab9df
Fixed bug #1470
py3k unit tests are removing %TEMP% dir on Windows
os.removedirs removes all parent directories until it hits a non empty directory. In my case my %TEMP% directory was clean and empty.
Lib/test/test_shutil.py