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.

classification
Title: PEP 597: pdb uses locale encoding for pdbrc file
Type: Stage: resolved
Components: Library (Lib) Versions: Python 3.10
process
Status: closed Resolution: duplicate
Dependencies: Superseder: pdb uses the locale encoding for .pdbrc
View: 41137
Assigned To: Nosy List: methane
Priority: normal Keywords:

Created on 2021-04-05 12:57 by methane, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Messages (1)
msg390233 - (view) Author: Inada Naoki (methane) * (Python committer) Date: 2021-04-05 12:57
I think we should use UTF-8 for pdbrc files because the default encoding of Python source files is UTF-8.
History
Date User Action Args
2022-04-11 14:59:43adminsetgithub: 87900
2021-04-05 13:47:31serhiy.storchakasetstatus: open -> closed
superseder: pdb uses the locale encoding for .pdbrc
resolution: duplicate
stage: resolved
2021-04-05 12:57:55methanecreate