File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,8 @@ Type: Standards Track
77Content-Type: text/x-rst
88Created: 18-Mar-2022
99Python-Version: 3.13
10- Post-History: `18-Mar-2022 <https://discuss.python.org/t/14435 >`__
10+ Post-History: `18-Mar-2022 <https://discuss.python.org/t/14435 >`__,
11+ `31-Mar-2022 <https://discuss.python.org/t/14737 >`__
1112
1213
1314Abstract
@@ -104,10 +105,10 @@ This is the guideline to fix this backward compatibility issue:
1041052. Use ``EncodingWarning `` (:pep: `597 `) to find every places UTF-8 mode
105106 affects.
106107
107- * If ``encoding `` option is omitted, consider using ``encoding="utf-8" ``
108- or ``encoding="locale" ``.
109- * If ``locale.getpreferredencoding() `` is used, consider using
110- ``"utf-8" `` or ``locale.getencoding() ``.
108+ * If ``encoding `` option is omitted, consider using ``encoding="utf-8" ``
109+ or ``encoding="locale" ``.
110+ * If ``locale.getpreferredencoding() `` is used, consider using
111+ ``"utf-8" `` or ``locale.getencoding() ``.
111112
1121133. Test the application with UTF-8 mode.
113114
You can’t perform that action at this time.
0 commit comments