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 python-bugs-uit
Recipients docs@python, python-bugs-uit
Date 2016-06-30.10:33:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1467282816.95.0.317527848578.issue27420@psf.upfronthosting.co.za>
In-reply-to
Content
In os.link(source, link_name)

Change
  Create a hard link pointing to source named link_name.

to
  Create a hard link pointing to source named link_name.
  If link_name already exists, OSError is raised.
History
Date User Action Args
2016-06-30 10:33:36python-bugs-uitsetrecipients: + python-bugs-uit, docs@python
2016-06-30 10:33:36python-bugs-uitsetmessageid: <1467282816.95.0.317527848578.issue27420@psf.upfronthosting.co.za>
2016-06-30 10:33:36python-bugs-uitlinkissue27420 messages
2016-06-30 10:33:36python-bugs-uitcreate