mirror of
https://github.com/python/cpython.git
synced 2025-11-03 03:22:27 +00:00
When `pathlib._os.magic_open()` is called to open a path in binary mode, raise `ValueError` if any of the *encoding*, *errors* or *newline* arguments are given. This matches the `open()` built-in. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| _os.py | ||
| types.py | ||