File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ msgid ""
1111msgstr ""
1212"Project-Id-Version : Python 3.8\n "
1313"Report-Msgid-Bugs-To : \n "
14- "POT-Creation-Date : 2021-06-28 17:45 +0000\n "
14+ "POT-Creation-Date : 2021-08-18 18:21 +0000\n "
1515"PO-Revision-Date : 2020-05-30 12:18+0000\n "
1616"Last-Translator : m_aciek <maciej.olko@gmail.com>, 2020\n "
1717"Language-Team : Polish (https://www.transifex.com/python-doc/teams/5390/pl/)\n "
@@ -2480,3 +2480,20 @@ msgid ""
24802480"attacks. The removal characters are controlled by a new module level "
24812481"variable ``urllib.parse._UNSAFE_URL_BYTES_TO_REMOVE``. (See :issue:`43882`)"
24822482msgstr ""
2483+
2484+ msgid "Notable changes in Python 3.8.12"
2485+ msgstr ""
2486+
2487+ msgid ""
2488+ "Starting with Python 3.8.12 the :mod:`ipaddress` module no longer accepts "
2489+ "any leading zeros in IPv4 address strings. Leading zeros are ambiguous and "
2490+ "interpreted as octal notation by some libraries. For example the legacy "
2491+ "function :func:`socket.inet_aton` treats leading zeros as octal notatation. "
2492+ "glibc implementation of modern :func:`~socket.inet_pton` does not accept any "
2493+ "leading zeros."
2494+ msgstr ""
2495+
2496+ msgid ""
2497+ "(Originally contributed by Christian Heimes in :issue:`36384`, and "
2498+ "backported to 3.8 by Achraf Merzouki)"
2499+ msgstr ""
You can’t perform that action at this time.
0 commit comments