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 sijinjoseph
Recipients a_b, serhiy.storchaka, sijinjoseph
Date 2013-04-13.16:00:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1365868829.11.0.911476334954.issue16812@psf.upfronthosting.co.za>
In-reply-to
Content
This looks to work correctly in default branch,

>>> os.link('non-existent-name', 'new-name')
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
FileNotFoundError: [WinError 2] The system cannot find the file specified: 'non-existent-name'
History
Date User Action Args
2013-04-13 16:00:29sijinjosephsetrecipients: + sijinjoseph, a_b, serhiy.storchaka
2013-04-13 16:00:29sijinjosephsetmessageid: <1365868829.11.0.911476334954.issue16812@psf.upfronthosting.co.za>
2013-04-13 16:00:29sijinjosephlinkissue16812 messages
2013-04-13 16:00:29sijinjosephcreate