mirror of https://github.com/python/cpython.git
gh-102899: Fix doc link for getting filesystem error handler (GH-102901)
(cherry picked from commit fdd0fff277
)
Co-authored-by: Olivier Gayot <olivier.gayot@sigexec.com>
This commit is contained in:
parent
9357fc9b89
commit
09fb27fa51
|
@ -697,7 +697,7 @@ always available.
|
|||
the encoding used with the :term:`filesystem error handler <filesystem
|
||||
encoding and error handler>` to convert between Unicode filenames and bytes
|
||||
filenames. The filesystem error handler is returned from
|
||||
:func:`getfilesystemencoding`.
|
||||
:func:`getfilesystemencodeerrors`.
|
||||
|
||||
For best compatibility, str should be used for filenames in all cases,
|
||||
although representing filenames as bytes is also supported. Functions
|
||||
|
|
Loading…
Reference in New Issue