summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2014-01-01 01:50:45 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2014-01-01 01:50:45 (GMT)
commit3f48ac98c04fc17f12c63dcf593dd0c19379c7df (patch)
tree8a1d5e168f064c978e9e0be42af168a0e75dc385 /Misc
parentb075cc0d760650ec4b65184faa9b6eebb1c1f8b2 (diff)
downloadcpython-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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 59ab760..f1e27c3 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.