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 pitrou
Recipients brian.curtin, pitrou
Date 2010-11-30.22:28:35
SpamBayes Score 4.151033e-06
Marked as misclassified No
Message-id <1291156126.42.0.381106886748.issue10591@psf.upfronthosting.co.za>
In-reply-to
Content
$ ./python -m test.regrtest -R 3:2 test_os
[1/1] test_os
[35351 refs]
[35351 refs]
[35352 refs]
beginning 5 repetitions
12345
[35351 refs]
[35351 refs]
[35352 refs]
test test_os failed -- Traceback (most recent call last):
  File "/home/antoine/py3k/__svn__/Lib/test/test_os.py", line 898, in test_unicode_name
    self._test_link(self.file1, self.file2)
  File "/home/antoine/py3k/__svn__/Lib/test/test_os.py", line 879, in _test_link
    os.link(file1, file2)
OSError: [Errno 17] File exists
History
Date User Action Args
2010-11-30 22:28:46pitrousetrecipients: + pitrou, brian.curtin
2010-11-30 22:28:46pitrousetmessageid: <1291156126.42.0.381106886748.issue10591@psf.upfronthosting.co.za>
2010-11-30 22:28:35pitroulinkissue10591 messages
2010-11-30 22:28:35pitroucreate