[New-bugs-announce] [issue27420] Docs for os.link - say what happens if link already exists
Niall Mansfield
report at bugs.python.org
Thu Jun 30 06:33:36 EDT 2016
New submission from Niall Mansfield:
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.
----------
assignee: docs at python
components: Documentation
messages: 269572
nosy: docs at python, python-bugs-uit
priority: normal
severity: normal
status: open
title: Docs for os.link - say what happens if link already exists
type: enhancement
versions: Python 2.7
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue27420>
_______________________________________
More information about the New-bugs-announce
mailing list