]> granicus.if.org Git - python/commitdiff
Merge Python 3.4
authorVictor Stinner <victor.stinner@gmail.com>
Mon, 21 Jul 2014 17:20:06 +0000 (19:20 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Mon, 21 Jul 2014 17:20:06 +0000 (19:20 +0200)
* 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()

1  2 
Lib/test/test_pathlib.py

Simple merge