]> granicus.if.org Git - python/commitdiff
Issue #20055: Fix test_shutil under Windows with symlink privileges held.
authorAntoine Pitrou <solipsis@pitrou.net>
Wed, 1 Jan 2014 01:51:58 +0000 (02:51 +0100)
committerAntoine Pitrou <solipsis@pitrou.net>
Wed, 1 Jan 2014 01:51:58 +0000 (02:51 +0100)
Patch by Vajrasky Kok.

1  2 
Lib/test/test_shutil.py
Misc/NEWS

Simple merge
diff --cc Misc/NEWS
index 5514dc800d3382c88668ea7420b5cc85bf7b0e3c,f1e27c3dc129cb7c517d61416fcbe23b79c3bbea..060402fcb8cfebbc9f986b908b47c9c97a963f54
+++ b/Misc/NEWS
@@@ -267,9 -197,9 +267,12 @@@ IDL
  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.
 +
  - Issue #19938: Re-enabled test_bug_1333982 in test_dis, which had been
    disabled since 3.0 due to the changes in listcomp handling.