]> granicus.if.org Git - python/commit
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)
commit963b4bab5296da961e0d240756233bd016f90e62
tree5e91261822f3cbd3e45e8b87e9e824341cb1fc84
parenta7d03d98c93c960039d2fae8ca3b375092cdcd49
parentec86469ca31436c30c4dec717d4bdc72323c832e
Merge Python 3.4

* 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()
Lib/test/test_pathlib.py