Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Link to wrong function in sys.getfilesystemencoding to get filesystem error handler #102899

Closed
ogayot opened this issue Mar 22, 2023 · 1 comment
Labels
docs Documentation in the Doc dir

Comments

@ogayot
Copy link
Contributor

ogayot commented Mar 22, 2023

Documentation

The doc of the sys.getfilesystemencoding function indicates:

[...] the encoding used with the filesystem error handler to convert between Unicode filenames and bytes filenames. The filesystem error handler is returned from getfilesystemencoding().

The filesystem error handler is actually returned by the sys.getfilesystemencodeerrors function.

Linked PRs

@ogayot ogayot added the docs Documentation in the Doc dir label Mar 22, 2023
miss-islington pushed a commit to miss-islington/cpython that referenced this issue Apr 5, 2023
miss-islington pushed a commit to miss-islington/cpython that referenced this issue Apr 5, 2023
miss-islington added a commit that referenced this issue Apr 5, 2023
miss-islington added a commit that referenced this issue Apr 5, 2023
@itamaro
Copy link
Contributor

itamaro commented Aug 21, 2023

associated PRs are merged - closing

@itamaro itamaro closed this as completed Aug 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Documentation in the Doc dir
Projects
None yet
Development

No branches or pull requests

2 participants