@@ -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-13 17:08 +0000\n "
16+ "POT-Creation-Date : 2026-09-15 17:49 +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 "
@@ -25,8 +25,8 @@ msgstr ""
2525"(n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && "
2626"n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n "
2727
28- msgid "Built-in Functions "
29- msgstr "Wbudowane funkcje "
28+ msgid "Built-in functions "
29+ msgstr ""
3030
3131msgid ""
3232"The Python interpreter has a number of functions and types built into it "
@@ -35,6 +35,9 @@ msgstr ""
3535"Interpreter Pythona ma wbudowane wiele funkcji i typów, które zawsze są "
3636"dostępne. Spisane są tutaj w kolejności alfabetycznej."
3737
38+ msgid "Built-in Functions"
39+ msgstr "Wbudowane funkcje"
40+
3841msgid "**A**"
3942msgstr "**A**"
4043
@@ -2284,22 +2287,11 @@ msgid ""
22842287"already exists), ``'x'`` for exclusive creation, and ``'a'`` for appending "
22852288"(which on *some* Unix systems, means that *all* writes append to the end of "
22862289"the file regardless of the current seek position). In text mode, if "
2287- "*encoding* is not specified the encoding used is platform-dependent: :func:"
2288- "`locale.getencoding` is called to get the current locale encoding. (For "
2289- "reading and writing raw bytes use binary mode and leave *encoding* "
2290- "unspecified.) The available modes are:"
2291- msgstr ""
2292- "*mode* to opcjonalny napis , który określa tryb, w którym plik jest "
2293- "otwierany. Domyślnie jest to ``'r'``, co oznacza otwarcie do odczytu w "
2294- "trybie tekstowym. Inne popularne wartości to ``'w'`` dla zapisu (obcinanie "
2295- "pliku, jeśli już istnieje), ``'x'`` dla wyłącznego tworzenia i ``'a'`` dla "
2296- "dołączania (co w *niektórych* systemach Unix oznacza, że *wszystkie* zapisy "
2297- "są dołączane do końca pliku niezależnie od bieżącej pozycji wyszukiwania). "
2298- "W trybie tekstowym, jeśli nie podano *encoding*, używane kodowanie jest "
2299- "zależne od platformy: :func:`locale.getencoding` jest wywoływane w celu "
2300- "uzyskania bieżącego kodowania locale. (Do odczytu i zapisu nieprzetworzonych "
2301- "bajtów należy użyć trybu binarnego i pozostawić *encoding* nieokreślone). "
2302- "Dostępne tryby to:"
2290+ "*encoding* is not specified, UTF-8 is used by default; if :ref:`Python UTF-8 "
2291+ "Mode <utf8-mode>` is disabled, :func:`locale.getencoding` is called to get "
2292+ "the current locale encoding. (For reading and writing raw bytes use binary "
2293+ "mode and leave *encoding* unspecified.) The available modes are:"
2294+ msgstr ""
23032295
23042296msgid "Character"
23052297msgstr "Znak"
@@ -2365,16 +2357,9 @@ msgid ""
23652357"argument) return contents as :class:`bytes` objects without any decoding. "
23662358"In text mode (the default, or when ``'t'`` is included in the *mode* "
23672359"argument), the contents of the file are returned as :class:`str`, the bytes "
2368- "having been first decoded using a platform-dependent encoding or using the "
2369- "specified *encoding* if given."
2360+ "having been first decoded using the default encoding or using the specified "
2361+ "*encoding* if given."
23702362msgstr ""
2371- "Jak wspomniano w :ref:`io-overview`, Python rozróżnia binarne i tekstowe I/"
2372- "O. Pliki otwierane w trybie binarnym (w tym ``'b'`` w *mode* argument) "
2373- "zwracają zawartość jako obiekty :class:`bytes` bez żadnego dekodowania. W "
2374- "trybie tekstowym ( domyślny, lub gdy ``'t'`` jest zawarte w *mode* "
2375- "argument), zawartość pliku jest zwracana jako :class:`str`, bajty zostały "
2376- "najpierw zdekodowane przy użyciu kodowania zależnego od platformy lub przy "
2377- "użyciu określonego *kodowania*, jeśli zostało podane."
23782363
23792364msgid ""
23802365"Python doesn't depend on the underlying operating system's notion of text "
@@ -2430,16 +2415,13 @@ msgstr ""
24302415
24312416msgid ""
24322417"*encoding* is the name of the encoding used to decode or encode the file. "
2433- "This should only be used in text mode. The default encoding is platform "
2434- "dependent (whatever :func:`locale.getencoding` returns), but any :term:`text "
2435- "encoding` supported by Python can be used. See the :mod:`codecs` module for "
2436- "the list of supported encodings."
2418+ "This should only be used in text mode. The default encoding is UTF-8; if :"
2419+ "ref:`Python UTF-8 Mode <utf8-mode>` is disabled, the default is platform-"
2420+ "dependent (whatever :func:`locale.getencoding` returns). Any :term:`text "
2421+ "encoding` supported by Python can be used, and ``encoding=\" locale\" `` "
2422+ "specifies the current locale encoding explicitly. See the :mod:`codecs` "
2423+ "module for the list of supported encodings."
24372424msgstr ""
2438- "*encoding* to nazwa kodowania używanego do dekodowania lub kodowania pliku. "
2439- "Powinno być używane tylko w trybie tekstowym. Kodowanie domyślne jest "
2440- "zależne od platformy (cokolwiek :func:`locale.getencoding` zwraca ), ale "
2441- "można użyć dowolnego :term:`kodowanie tekstu` obsługiwanego przez Python. "
2442- "Lista obsługiwanych kodowań znajduje się na stronie :mod:`codecs` modułu ."
24432425
24442426msgid ""
24452427"*errors* is an optional string that specifies how encoding and decoding "
@@ -2644,6 +2626,11 @@ msgstr ""
26442626msgid "The ``'U'`` mode has been removed."
26452627msgstr "Tryb ``'U'`` został usunięty."
26462628
2629+ msgid ""
2630+ "UTF-8 is now the default encoding, instead of the platform-dependent locale "
2631+ "encoding (:pep:`686`)."
2632+ msgstr ""
2633+
26472634msgid "Return the ordinal value of a character."
26482635msgstr "Zwraca wartość porządkową znaku."
26492636
0 commit comments