]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #19629: Fix support.rmtree(), use os.lstat() to check if the file is a
authorVictor Stinner <victor.stinner@gmail.com>
Mon, 21 Jul 2014 17:18:12 +0000 (19:18 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Mon, 21 Jul 2014 17:18:12 +0000 (19:18 +0200)
commit67f8706521596adcc1a77209d3639e19cfaa65b2
tree3b5e5e7a5b004841f3ef86336c70bbb53e4f018a
parent0dee8ad579c57ee533251004f66f1f4c6fee1691
Issue #19629: Fix support.rmtree(), use os.lstat() to check if the file is a
directory, not os.path.isdir()
Lib/test/support/__init__.py