[issue1578269] Add os.link() and os.symlink() and os.path.islink() support for Windows

Martin v. Löwis report at bugs.python.org
Wed Sep 2 22:38:40 CEST 2009


Martin v. Löwis <martin at v.loewis.de> added the comment:

> Should this documentation be added to os.rst, or would
> another place be better?

Definitely the current documentation of these APIs, yes.
The parameter should appear in the signature also, with then
the remark that it works Windows only.

There should also be a versionchanged markup.

I think there are also effects on stat/lstat, IIRC; if so,
they should be documented as well. If there are now differences,
ISTM that you can't find out whether a link is a directory symlink;
if so, *that* should be documented.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue1578269>
_______________________________________


More information about the Python-bugs-list mailing list