]> granicus.if.org Git - python/commit
Issue #19811, #22022: test_pathlib uses support.rmtree() instead of
authorVictor Stinner <victor.stinner@gmail.com>
Mon, 21 Jul 2014 17:19:05 +0000 (19:19 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Mon, 21 Jul 2014 17:19:05 +0000 (19:19 +0200)
commitec86469ca31436c30c4dec717d4bdc72323c832e
treed5c8eafe74e8a941200111e09dca02fc2304471e
parent67f8706521596adcc1a77209d3639e19cfaa65b2
Issue #19811, #22022: test_pathlib uses support.rmtree() instead of
shutil.rmtree() to remove the temporary directory.
Lib/test/test_pathlib.py