66# Translators:
77# Rafael Fontenelle <[email protected] >, 202488# Krzysztof Abramowicz, 2024
9- # Maciej Olko <[email protected] >, 2024109# Stanislaw Ulbrych, 2024
10+ # Maciej Olko <[email protected] >, 20251111#
1212#, fuzzy
1313msgid ""
@@ -16,7 +16,7 @@ msgstr ""
1616"Report-Msgid-Bugs-To : \n "
1717"POT-Creation-Date : 2025-01-17 14:16+0000\n "
1818"PO-Revision-Date : 2024-05-11 01:09+0000\n "
19- "Last-Translator : Stanislaw Ulbrych, 2024 \n "
19+ "
Last-Translator :
Maciej Olko <[email protected] >, 2025 \n"
2020"Language-Team : Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n "
2121"MIME-Version : 1.0\n "
2222"Content-Type : text/plain; charset=UTF-8\n "
@@ -27,25 +27,28 @@ msgstr ""
2727"n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n "
2828
2929msgid "What's New In Python 3.13"
30- msgstr ""
30+ msgstr "Nowości w Pythonie 3.13 "
3131
3232msgid "Editors"
33- msgstr ""
33+ msgstr "Redaktorzy "
3434
3535msgid "Adam Turner and Thomas Wouters"
36- msgstr ""
36+ msgstr "Adam Turner i Thomas Wouters "
3737
3838msgid ""
3939"This article explains the new features in Python 3.13, compared to 3.12. "
4040"Python 3.13 was released on October 7, 2024. For full details, see the :ref:"
4141"`changelog <changelog>`."
4242msgstr ""
43+ "Ten artykuł wyjaśnia nowe funkcje w Pythonie 3.13 w porównaniu do 3.12. "
44+ "Python 3.13 został wydany 7 października 2024 roku. Aby uzyskać szczegółowe "
45+ "informacje, zobacz :ref:`changelog <changelog>`."
4346
4447msgid ":pep:`719` -- Python 3.13 Release Schedule"
45- msgstr ""
48+ msgstr ":pep:`719` -- harmonogram wydań Pythona 3.13 "
4649
4750msgid "Summary -- Release Highlights"
48- msgstr ""
51+ msgstr "Podsumowanie – najważniejsze informacje o wydaniu "
4952
5053msgid ""
5154"Python 3.13 is the latest stable release of the Python programming language, "
@@ -56,20 +59,35 @@ msgid ""
5659"pep:`703`), and a `Just-In-Time compiler <whatsnew313-jit-compiler_>`_ (:pep:"
5760"`744`)."
5861msgstr ""
62+ "Python 3.13 jest najnowszą stabilną wersją języka programowania Python, z "
63+ "mieszanką zmian w języku, implementacji i bibliotece standardowej. "
64+ "Największe zmiany obejmują nowy `interaktywny interpreter <whatsnew313-"
65+ "better-interactive-interpreter_>`_, eksperymentalne wsparcie dla "
66+ "uruchamiania w `trybie free-threaded <whatsnew313-free-threaded-cpython_>`_ "
67+ "(:pep:`703`) oraz `kompilator Just-In-Time <whatsnew313-jit-compiler_>`_ (:"
68+ "pep:`744`)."
5969
6070msgid ""
6171"Error messages continue to improve, with tracebacks now highlighted in color "
6272"by default. The :func:`locals` builtin now has :ref:`defined semantics "
6373"<whatsnew313-locals-semantics>` for changing the returned mapping, and type "
6474"parameters now support default values."
6575msgstr ""
76+ "Komunikaty o błędach są nadal ulepszane, tracebacki są teraz domyślnie "
77+ "wyróżnione kolorem. Wbudowana funkcja :func:`locals` ma teraz :ref:` "
78+ "zdefiniowaną semantykę <whatsnew313-locals-semantics>` zmian zwracanego "
79+ "mapowania, a parametry typów obsługują teraz wartości domyślne."
6680
6781msgid ""
6882"The library changes contain removal of deprecated APIs and modules, as well "
6983"as the usual improvements in user-friendliness and correctness. Several "
7084"legacy standard library modules have now `been removed <whatsnew313-"
7185"pep594_>`_ following their deprecation in Python 3.11 (:pep:`594`)."
7286msgstr ""
87+ "Zmiany w bibliotece obejmują usunięcie zdezaprobowanych API i modułów, a "
88+ "także zwykłe ulepszenia w zakresie łatwości obsługi i poprawności. Kilka "
89+ "starszych modułów biblioteki standardowej `zostało usuniętych <whatsnew313-"
90+ "pep594_>`_ po ich zdezaprobowaniu w Python 3.11 (:pep:`594`)."
7391
7492msgid ""
7593"This article doesn't attempt to provide a complete specification of all new "
@@ -81,6 +99,15 @@ msgid ""
8199"once a feature has been fully implemented. See `Porting to Python 3.13`_ for "
82100"guidance on upgrading from earlier versions of Python."
83101msgstr ""
102+ "Ten artykuł nie próbuje dostarczyć pełnej specyfikacji wszystkich nowych "
103+ "funkcji, ale zamiast tego daje wygodny przegląd. Pełne szczegóły można "
104+ "znaleźć w dokumentacji, takiej jak :ref:`Library Reference <library-index>` "
105+ "i :ref:`Language Reference <reference-index>`. Aby zrozumieć pełną "
106+ "implementację i uzasadnienie projektu zmiany, należy zapoznać się z PEP dla "
107+ "konkretnej nowej funkcji; należy jednak pamiętać, że PEP zwykle nie są "
108+ "aktualizowane, gdy funkcja została w pełni zaimplementowana. Zobacz `Porting "
109+ "to Python 3.13`_ dla wskazówek dotyczących aktualizacji z wcześniejszych "
110+ "wersji Python."
84111
85112msgid "Interpreter improvements:"
86113msgstr "Udoskonalenia interpretera:"
0 commit comments