• Victor Stinner's avatar
    Merge Python 3.4 · 963b4bab
    Victor Stinner authored
    * Issue #19811, #22022: test_pathlib uses support.rmtree() instead of
      shutil.rmtree() to remove the temporary directory.
    
    * Issue #19629: Fix support.rmtree(), use os.lstat() to check if the file is a
      directory, not os.path.isdir()
    963b4bab
test_pathlib.py 73.7 KB