@@ -15,7 +15,7 @@ msgid ""
1515msgstr ""
1616"Project-Id-Version : Python 3.12\n "
1717"Report-Msgid-Bugs-To : \n "
18- "POT-Creation-Date : 2024-03-15 14:13 +0000\n "
18+ "POT-Creation-Date : 2024-03-22 14:14 +0000\n "
1919"PO-Revision-Date : 2021-06-28 00:47+0000\n "
2020"Last-Translator : gresm, 2024\n "
2121"Language-Team : Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n "
@@ -1053,27 +1053,6 @@ msgid ""
10531053"This issue can be solved with locks or by using the EAFP approach."
10541054msgstr ""
10551055
1056- msgid "locale encoding"
1057- msgstr ""
1058-
1059- msgid ""
1060- "On Unix, it is the encoding of the LC_CTYPE locale. It can be set with :func:"
1061- "`locale.setlocale(locale.LC_CTYPE, new_locale) <locale.setlocale>`."
1062- msgstr ""
1063-
1064- msgid "On Windows, it is the ANSI code page (ex: ``\" cp1252\" ``)."
1065- msgstr ""
1066-
1067- msgid ""
1068- "On Android and VxWorks, Python uses ``\" utf-8\" `` as the locale encoding."
1069- msgstr ""
1070-
1071- msgid "``locale.getencoding()`` can be used to get the locale encoding."
1072- msgstr ""
1073-
1074- msgid "See also the :term:`filesystem encoding and error handler`."
1075- msgstr ""
1076-
10771056msgid "list"
10781057msgstr ""
10791058
@@ -1104,6 +1083,27 @@ msgid ""
11041083"base class`."
11051084msgstr ""
11061085
1086+ msgid "locale encoding"
1087+ msgstr ""
1088+
1089+ msgid ""
1090+ "On Unix, it is the encoding of the LC_CTYPE locale. It can be set with :func:"
1091+ "`locale.setlocale(locale.LC_CTYPE, new_locale) <locale.setlocale>`."
1092+ msgstr ""
1093+
1094+ msgid "On Windows, it is the ANSI code page (ex: ``\" cp1252\" ``)."
1095+ msgstr ""
1096+
1097+ msgid ""
1098+ "On Android and VxWorks, Python uses ``\" utf-8\" `` as the locale encoding."
1099+ msgstr ""
1100+
1101+ msgid ":func:`locale.getencoding` can be used to get the locale encoding."
1102+ msgstr ""
1103+
1104+ msgid "See also the :term:`filesystem encoding and error handler`."
1105+ msgstr ""
1106+
11071107msgid "magic method"
11081108msgstr ""
11091109
0 commit comments