From: Tarek Ziadé Date: Fri, 23 Apr 2010 13:06:38 +0000 (+0000) Subject: Blocked revisions 80408-80409 via svnmerge X-Git-Tag: v3.1.3rc1~880 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=865c901cf2353feda7c67a9026da0314ce799ab7;p=thirdparty%2FPython%2Fcpython.git Blocked revisions 80408-80409 via svnmerge ........ r80408 | tarek.ziade | 2010-04-23 15:03:09 +0200 (Fri, 23 Apr 2010) | 1 line make sure os.symlink presence is tested before running some shutil tests -- also refactored the tests to use unittest.skipUnless ........ r80409 | tarek.ziade | 2010-04-23 15:03:50 +0200 (Fri, 23 Apr 2010) | 1 line added a note about the ignore_dangling_symlinks option ........ ---