diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2014-01-01 01:50:45 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2014-01-01 01:50:45 (GMT) |
commit | 3f48ac98c04fc17f12c63dcf593dd0c19379c7df (patch) | |
tree | 8a1d5e168f064c978e9e0be42af168a0e75dc385 /Misc | |
parent | b075cc0d760650ec4b65184faa9b6eebb1c1f8b2 (diff) | |
download | cpython-3f48ac98c04fc17f12c63dcf593dd0c19379c7df.zip cpython-3f48ac98c04fc17f12c63dcf593dd0c19379c7df.tar.gz cpython-3f48ac98c04fc17f12c63dcf593dd0c19379c7df.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
@@ -197,6 +197,9 @@ IDLE Tests ----- +- Issue #20055: Fix test_shutil under Windows with symlink privileges held. + Patch by Vajrasky Kok. + - Issue #19938: Re-enabled test_bug_1333982 in test_dis, which had been disabled since 3.0 due to the changes in listcomp handling. |