[issue19811] test_pathlib: The directory is not empty error on os.rmdir()

2014-07-21 Thread Roundup Robot
Roundup Robot added the comment: New changeset 1db5cde4958f by Victor Stinner in branch '3.4': Issue #19811, #22022: test_pathlib uses support.rmtree() instead of http://hg.python.org/cpython/rev/1db5cde4958f New changeset e405bcbf761c by Victor Stinner in branch 'default': Merge Python 3.4

[issue19811] test_pathlib: The directory is not empty error on os.rmdir()

2013-11-27 Thread STINNER Victor
New submission from STINNER Victor: test_pathlib should use test.support.rmtree() instead of shutil.rmtree(). The function in support tries harder on Windows. test_pathlib may also create an unique temporary directory at each test run instead of using a global variable BASE: see below, tests

[issue19811] test_pathlib: The directory is not empty error on os.rmdir()

2013-11-27 Thread Antoine Pitrou
Changes by Antoine Pitrou pit...@free.fr: -- resolution: - duplicate status: open - closed superseder: - support.rmtree fails on symlinks under Windows ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue19811