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 loewis
Recipients eric.smith, giampaolo.rodola, jafo, jaraco, lemburg, loewis, nnorwitz, r.david.murray, swarren
Date 2009-09-02.20:38:38
SpamBayes Score 7.275843e-06
Marked as misclassified No
Message-id <4A9ED7CD.1070805@v.loewis.de>
In-reply-to <1251922717.12.0.883117380874.issue1578269@psf.upfronthosting.co.za>
Content
> 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.
History
Date User Action Args
2009-09-02 20:38:40loewissetrecipients: + loewis, lemburg, nnorwitz, jafo, jaraco, eric.smith, giampaolo.rodola, swarren, r.david.murray
2009-09-02 20:38:39loewislinkissue1578269 messages
2009-09-02 20:38:39loewiscreate