File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11Polskie tłumaczenie dokumentacji Pythona
22========================================
33![ build] ( https://github.com/python/python-docs-pl/workflows/.github/workflows/update-and-build.yml/badge.svg )
4- ![ 40.10 % przełącznika języków] ( https://img.shields.io/badge/przełącznik_języków-40.10 %25-0.svg )
4+ ![ 40.07 % przełącznika języków] ( https://img.shields.io/badge/przełącznik_języków-40.07 %25-0.svg )
55![ postęp tłumaczenia całości dokumentacji] ( https://img.shields.io/badge/dynamic/json.svg?label=całość&query=$.pl&url=http://gce.zhsj.me/python/newest )
66![ 11 tłumaczy] ( https://img.shields.io/badge/tłumaczy-11-0.svg )
77
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ msgid ""
1111msgstr ""
1212"Project-Id-Version : Python 3.10\n "
1313"Report-Msgid-Bugs-To : \n "
14- "POT-Creation-Date : 2021-08-16 13:43 +0000\n "
14+ "POT-Creation-Date : 2021-08-19 13:46 +0000\n "
1515"PO-Revision-Date : 2021-06-28 00:47+0000\n "
1616"
Last-Translator :
m_aciek <[email protected] >, 2021\n "
1717"Language-Team : Polish (https://www.transifex.com/python-doc/teams/5390/pl/)\n "
@@ -195,6 +195,18 @@ msgstr ""
195195"Artykuł, który dość szczegółowo opisuje, jak stworzyć wartościowe zgłoszenie "
196196"błędu. Opisuje jakie rodzaje informacji są przydatne i dlaczego."
197197
198+ msgid ""
199+ "`Bug Writing Guidelines <https://bugzilla.mozilla.org/page.cgi?id=bug-"
200+ "writing.html>`_"
201+ msgstr ""
202+
203+ msgid ""
204+ "Information about writing a good bug report. Some of this is specific to "
205+ "the Mozilla project, but describes general good practices."
206+ msgstr ""
207+ "Informacje o pisaniu dobrych zgłoszeń błędów. Niektóre z nich są specyficzne "
208+ "dla projektu Mozilla, ale opisują ogólne dobre praktyki."
209+
198210msgid "Getting started contributing to Python yourself"
199211msgstr "Rozpoczęcie rozwijania Pythona samemu"
200212
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ msgid ""
1111msgstr ""
1212"Project-Id-Version : Python 3.10\n "
1313"Report-Msgid-Bugs-To : \n "
14- "POT-Creation-Date : 2021-06-29 12:56 +0000\n "
14+ "POT-Creation-Date : 2021-08-19 13:46 +0000\n "
1515"PO-Revision-Date : 2021-06-29 13:04+0000\n "
1616"
Last-Translator :
m_aciek <[email protected] >, 2021\n "
1717"Language-Team : Polish (https://www.transifex.com/python-doc/teams/5390/pl/)\n "
@@ -2414,3 +2414,20 @@ msgid ""
24142414"For more details, please see their respective documentation. (Contributed by "
24152415"Adam Goldschmidt, Senthil Kumaran and Ken Jin in :issue:`42967`.)"
24162416msgstr ""
2417+
2418+ msgid "Notable changes in Python 3.8.12"
2419+ msgstr ""
2420+
2421+ msgid ""
2422+ "Starting with Python 3.8.12 the :mod:`ipaddress` module no longer accepts "
2423+ "any leading zeros in IPv4 address strings. Leading zeros are ambiguous and "
2424+ "interpreted as octal notation by some libraries. For example the legacy "
2425+ "function :func:`socket.inet_aton` treats leading zeros as octal notation. "
2426+ "glibc implementation of modern :func:`~socket.inet_pton` does not accept any "
2427+ "leading zeros."
2428+ msgstr ""
2429+
2430+ msgid ""
2431+ "(Originally contributed by Christian Heimes in :issue:`36384`, and "
2432+ "backported to 3.8 by Achraf Merzouki.)"
2433+ msgstr ""
You can’t perform that action at this time.
0 commit comments