We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf4a735 commit 0fb286eCopy full SHA for 0fb286e
1 file changed
Misc/NEWS.d/next/Core_and_Builtins/2025-08-05-17-22-24.gh-issue-58124.q1__53.rst
@@ -0,0 +1,3 @@
1
+Fix name of the Python encoding in Unicode errors of the code page codec:
2
+use "cp65000" and "cp65001" instead of "CP_UTF7" and "CP_UTF8" which are not
3
+valid Python code names. Patch by Victor Stinner.
0 commit comments