]> granicus.if.org Git - python/commit
Fix sporadic failure of test_pep277 on Windows: use support.rmtree() instead of
authorVictor Stinner <victor.stinner@gmail.com>
Mon, 28 Jul 2014 22:40:50 +0000 (00:40 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Mon, 28 Jul 2014 22:40:50 +0000 (00:40 +0200)
commit0970657f0160be42222aaaf7d29de097d67ee183
tree37ee917e1814879564554042b074cca483dd260d
parente0e65817e534420d5d04a635f964d97abf68e921
Fix sporadic failure of test_pep277 on Windows: use support.rmtree() instead of
deltree().
Lib/test/test_pep277.py