This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author r.david.murray
Recipients Robin Roth, berker.peksag, drawks, loewis, pablo.sole, pitrou, python-dev, r.david.murray, rossburton, serhiy.storchaka, xiang.zhang
Date 2016-08-23.19:00:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1471978811.45.0.72856723531.issue2466@psf.upfronthosting.co.za>
In-reply-to
Content
This is causing a test failure on the windows 8 bot.  Can you fix it Xiang?  Otherwise I'll have to revert.

http://buildbot.python.org/all/builders/AMD64%20Windows8%202.7/builds/870

======================================================================
ERROR: test_islink (test.test_posixpath.PosixPathTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "D:\buildarea\2.7.bolen-windows8\build\lib\test\test_posixpath.py", line 110, in test_islink
    os.symlink(test_support.TESTFN + "1", test_support.TESTFN + "2")
AttributeError: 'module' object has no attribute 'symlink'

======================================================================
ERROR: test_ismount_symlinks (test.test_posixpath.PosixPathTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "D:\buildarea\2.7.bolen-windows8\build\lib\test\test_posixpath.py", line 221, in test_ismount_symlinks
    os.unlink(ABSTFN)
WindowsError: [Error 2] The system cannot find the file specified: 'D:\\buildarea\\2.7.bolen-windows8\\build\\build\\test_python_2024/@test_2024_tmp'

----------------------------------------------------------------------
History
Date User Action Args
2016-08-23 19:00:11r.david.murraysetrecipients: + r.david.murray, loewis, pitrou, rossburton, python-dev, drawks, berker.peksag, serhiy.storchaka, pablo.sole, xiang.zhang, Robin Roth
2016-08-23 19:00:11r.david.murraysetmessageid: <1471978811.45.0.72856723531.issue2466@psf.upfronthosting.co.za>
2016-08-23 19:00:11r.david.murraylinkissue2466 messages
2016-08-23 19:00:11r.david.murraycreate