File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ msgid ""
1313msgstr ""
1414"Project-Id-Version : Python 3.15\n "
1515"Report-Msgid-Bugs-To : \n "
16- "POT-Creation-Date : 2026-09-21 18:58 +0000\n "
16+ "POT-Creation-Date : 2026-09-23 18:03 +0000\n "
1717"PO-Revision-Date : 2026-09-13 17:09+0000\n "
1818"Last-Translator : Maciej Olko, 2026\n "
1919"Language-Team : Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n "
@@ -2456,6 +2456,13 @@ msgid ""
24562456"specifies the current locale encoding explicitly. See the :mod:`codecs` "
24572457"module for the list of supported encodings."
24582458msgstr ""
2459+ "*encoding* to nazwa kodowania używanego do dekodowania lub kodowania pliku. "
2460+ "Powinno być używane tylko w trybie tekstowym. Domyślnym kodowaniem jest "
2461+ "UTF-8; jeśli :ref:`tryb UTF-8 Pythona <utf8-mode>` jest wyłączony, domyślne "
2462+ "kodowanie jest zależne od platformy (cokolwiek zwraca :func:`locale."
2463+ "getencoding`). Można użyć dowolnego :term:`kodowania tekstu <text encoding>` "
2464+ "obsługiwanego przez Python i ``encoding=\" locale\" `` określa bieżące "
2465+ "kodowanie locale. Lista obsługiwanych kodowań znajduje się w :mod:`codecs`."
24592466
24602467msgid ""
24612468"*errors* is an optional string that specifies how encoding and decoding "
You can’t perform that action at this time.
0 commit comments