From: Victor Stinner Date: Mon, 21 Jul 2014 17:20:06 +0000 (+0200) Subject: Merge Python 3.4 X-Git-Tag: v3.5.0a1~1249 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=963b4bab5296da961e0d240756233bd016f90e62;p=python 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() --- 963b4bab5296da961e0d240756233bd016f90e62