From: Antoine Pitrou Date: Wed, 1 Jan 2014 01:51:58 +0000 (+0100) Subject: Issue #20055: Fix test_shutil under Windows with symlink privileges held. X-Git-Tag: v3.4.0b2~56 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b6728880927dbd290fd11f553b42316eb9c4b09d;p=thirdparty%2FPython%2Fcpython.git Issue #20055: Fix test_shutil under Windows with symlink privileges held. Patch by Vajrasky Kok. --- b6728880927dbd290fd11f553b42316eb9c4b09d diff --cc Misc/NEWS index 5514dc800d33,f1e27c3dc129..060402fcb8cf --- a/Misc/NEWS +++ 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.