commit | 94140157445c602566af2220f85f7483813ff9dc | [log] [tgz] |
---|---|---|
author | Christian Heimes <christian@cheimes.de> | Tue Nov 20 01:45:17 2007 +0000 |
committer | Christian Heimes <christian@cheimes.de> | Tue Nov 20 01:45:17 2007 +0000 |
tree | 0ae183cefcc6036ce289786efc2bd616bf62511a | |
parent | 10c476db2ca3052d537553c38881e5ceefdab9df [diff] |
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.