]> granicus.if.org Git - python/commit
Issue #13374: Skip deprecation tests for os.symlink() on Windows XP
authorVictor Stinner <victor.stinner@haypocalc.com>
Tue, 15 Nov 2011 23:34:44 +0000 (00:34 +0100)
committerVictor Stinner <victor.stinner@haypocalc.com>
Tue, 15 Nov 2011 23:34:44 +0000 (00:34 +0100)
commit2821644d8add382226b75989a9e89a8c24b2d0dc
treebc5e0da2d16570b7a77a042fe135c80e2f99c547
parent19bd0698e53b7c64a2aa858d77164ef8415041bd
Issue #13374: Skip deprecation tests for os.symlink() on Windows XP

To avoid a NotImplementedError('CreateSymbolicLinkW not found') error.
Lib/test/test_os.py