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.9\n "
1313"Report-Msgid-Bugs-To : \n "
14- "POT-Creation-Date : 2021-01-01 05:02 +0000\n "
14+ "POT-Creation-Date : 2021-05-22 06:40 +0000\n "
1515"PO-Revision-Date : 2017-02-16 23:30+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 "
@@ -34,7 +34,7 @@ msgid ""
3434"both a :ref:`timeit-command-line-interface` as well as a :ref:`callable "
3535"<python-interface>` one. It avoids a number of common traps for measuring "
3636"execution times. See also Tim Peters' introduction to the \" Algorithms\" "
37- "chapter in the *Python Cookbook*, published by O'Reilly."
37+ "chapter in the second edition of *Python Cookbook*, published by O'Reilly."
3838msgstr ""
3939
4040msgid "Basic Examples"
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ msgid ""
1212msgstr ""
1313"Project-Id-Version : Python 3.9\n "
1414"Report-Msgid-Bugs-To : \n "
15- "POT-Creation-Date : 2021-05-05 06:14 +0000\n "
15+ "POT-Creation-Date : 2021-05-22 06:40 +0000\n "
1616"PO-Revision-Date : 2020-05-31 09:32+0000\n "
1717"Last-Translator : m_aciek <maciej.olko@gmail.com>, 2020\n "
1818"Language-Team : Polish (https://www.transifex.com/python-doc/teams/5390/pl/)\n "
@@ -1985,3 +1985,15 @@ msgid ""
19851985"old behavior, set a ``trust_server_pasv_ipv4_address`` attribute on your FTP "
19861986"instance to ``True``. (See :issue:`43285`)"
19871987msgstr ""
1988+
1989+ msgid "Notable changes in Python 3.9.5"
1990+ msgstr ""
1991+
1992+ msgid ""
1993+ "The presence of newline or tab characters in parts of a URL allows for some "
1994+ "forms of attacks. Following the WHATWG specification that updates :rfc:"
1995+ "`3986`, ASCII newline ``\\ n``, ``\\ r`` and tab ``\\ t`` characters are "
1996+ "stripped from the URL by the parser in :mod:`urllib.parse` preventing such "
1997+ "attacks. The removal characters are controlled by a new module level "
1998+ "variable ``urllib.parse._UNSAFE_URL_BYTES_TO_REMOVE``. (See :issue:`43882`)"
1999+ msgstr ""
You can’t perform that action at this time.
0 commit comments