]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-29341: Clarify that path-like objects are accepted in some os methods (GH-10101)
authorBNMetrics <luna@bnmetrics.com>
Fri, 2 Nov 2018 15:20:19 +0000 (15:20 +0000)
committerPablo Galindo <Pablogsal@gmail.com>
Fri, 2 Nov 2018 15:20:19 +0000 (11:20 -0400)
commitb942707fc23454a998323c17e30be78ff1a4f0e7
tree3ae0fe450c2c8e57c672f87f4e4ad7f0755d948e
parent488c0a6cdf09e21774e63c2a430ecc0de804d147
bpo-29341: Clarify that path-like objects are accepted in some os methods (GH-10101)

Some methods in the os module can accept path-like objects. This is documented in the general documentation but not in the function docstrings. To keep both in sync, the docstrings need to be updated to reflect that path-like objects are also accepted.
Misc/NEWS.d/next/Core and Builtins/2018-10-25-20-53-32.bpo-29341.jH-AMF.rst [new file with mode: 0644]
Modules/clinic/posixmodule.c.h
Modules/posixmodule.c