Skip to content

Commit f0ea1b7

Browse files
committed
Update translation from Transifex
1 parent 7001d5a commit f0ea1b7

2 files changed

Lines changed: 15 additions & 3 deletions

File tree

library/timeit.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
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."
3838
msgstr ""
3939

4040
msgid "Basic Examples"

whatsnew/3.9.po

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ msgid ""
1212
msgstr ""
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`)"
19871987
msgstr ""
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 ""

0 commit comments

Comments
 (0)