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 xiang.zhang
Recipients docs@python, emilyemorehouse, xiang.zhang
Date 2017-01-24.06:33:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1485239590.65.0.744446830393.issue29341@psf.upfronthosting.co.za>
In-reply-to
Content
I don't mean to sync the docstring and the documentation totally. But just like os.chown, there are some functions explicitly mention the acceptable types of path parameter in their docstrings. I think since they already mention the types, then make the list complete. For example, I think for os.chown make the list "can be string, bytes, path-like object or open-file-descriptor int" is enough.
History
Date User Action Args
2017-01-24 06:33:10xiang.zhangsetrecipients: + xiang.zhang, docs@python, emilyemorehouse
2017-01-24 06:33:10xiang.zhangsetmessageid: <1485239590.65.0.744446830393.issue29341@psf.upfronthosting.co.za>
2017-01-24 06:33:10xiang.zhanglinkissue29341 messages
2017-01-24 06:33:10xiang.zhangcreate