This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients docs@python, eric.araujo, iritkatriel, loewis, michael.foord, misdre, vstinner
Date 2020-11-16.21:28:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1605562090.28.0.59734356653.issue13561@roundup.psfhosted.org>
In-reply-to
Content
> I think this was added in another section of this doc. See the second paragraph in 
> https://docs.python.org/3/library/os.html#file-names-command-line-arguments-and-environment-variables

Right, this section now explains encodings and the error handler.

Moreover, I recently reworked the documentation of the filesystem encoding and error handler:
* https://docs.python.org/dev/glossary.html#term-filesystem-encoding-and-error-handler
* https://docs.python.org/dev/library/os.html#python-utf-8-mode
* https://docs.python.org/dev/library/sys.html#sys.getfilesystemencoding
* etc.

I consider that it's now enough, I close the issue ;-) If someone wants to enhance the doc, please submit a PR. This issue is now quite old :-)
History
Date User Action Args
2020-11-16 21:28:10vstinnersetrecipients: + vstinner, loewis, eric.araujo, michael.foord, docs@python, misdre, iritkatriel
2020-11-16 21:28:10vstinnersetmessageid: <1605562090.28.0.59734356653.issue13561@roundup.psfhosted.org>
2020-11-16 21:28:10vstinnerlinkissue13561 messages
2020-11-16 21:28:09vstinnercreate