cpython
cpython copied to clipboard
Docs: Add `os.splice` flags argument
The docs for os.splice misses the flags argument but it is documented in posixmodule.c:
https://github.com/python/cpython/blob/64ab9f7d5c7cbe5ef997c7d841151e0e71e7f582/Modules/posixmodule.c#L11565-L11566
Ref: https://github.com/python/typeshed/pull/10771
:books: Documentation preview :books:: https://cpython-previews--109847.org.readthedocs.build/