diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2014-01-01 01:51:58 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2014-01-01 01:51:58 (GMT) |
commit | b6728880927dbd290fd11f553b42316eb9c4b09d (patch) | |
tree | b3c05462c4ff48a1c353fcdaf1d0e1d257983a3d /Misc | |
parent | 089305f8f69737e66c2268fd4dce0d3660301c6e (diff) | |
parent | 3f48ac98c04fc17f12c63dcf593dd0c19379c7df (diff) | |
download | cpython-b6728880927dbd290fd11f553b42316eb9c4b09d.zip cpython-b6728880927dbd290fd11f553b42316eb9c4b09d.tar.gz cpython-b6728880927dbd290fd11f553b42316eb9c4b09d.tar.bz2 |
Issue #20055: Fix test_shutil under Windows with symlink privileges held.
Patch by Vajrasky Kok.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -267,6 +267,9 @@ IDLE Tests ----- +- Issue #20055: Fix test_shutil under Windows with symlink privileges held. + Patch by Vajrasky Kok. + - Issue #20070: Don't run test_urllib2net when network resources are not enabled. |