summaryrefslogtreecommitdiff
path: root/doc/release/upcoming_changes/17530.improvement.rst
blob: 07a23f0e5e6b5a93a7bb9f419a40640b0ea475d4 (plain)
1
2
3
4
5
`ctypeslib.load_library` can now take any path-like object
-----------------------------------------------------------------------
All parameters in the can now take any :term:`python:path-like object`.
This includes the likes of strings, bytes and objects implementing the
:meth:`__fspath__<os.PathLike.__fspath__>` protocol.