]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Moved symlink support into its own module. Ported can_symlink from Python 3.2, skippi...
authorJason R. Coombs <jaraco@jaraco.com>
Thu, 8 Mar 2012 23:28:08 +0000 (18:28 -0500)
committerJason R. Coombs <jaraco@jaraco.com>
Thu, 8 Mar 2012 23:28:08 +0000 (18:28 -0500)
commite107ab3b6cafd5e541ad16fd81eb89d922170162
tree8c6578e7b7bf926b00a638652d53e41c7488bb63
parentea4629afa6953b65a1a8f7223091657b16054aef
Moved symlink support into its own module. Ported can_symlink from Python 3.2, skipping symlink test when it cannot be invoked (such as when the symlink privilege is not present).
Lib/test/symlink_support.py [new file with mode: 0644]
Lib/test/test_import.py