Skip to content

Commit cb2f172

Browse files
committed
Update translation from Transifex
1 parent 5387174 commit cb2f172

3 files changed

Lines changed: 43 additions & 3 deletions

File tree

library/urllib_parse.po

Lines changed: 13 additions & 1 deletion
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-02-16 05:28+0000\n"
1515
"PO-Revision-Date: 2017-02-16 23:33+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"
@@ -270,6 +270,11 @@ msgid ""
270270
"*max_num_fields* fields read."
271271
msgstr ""
272272

273+
msgid ""
274+
"The optional argument *separator* is the symbol to use for separating the "
275+
"query arguments. It defaults to ``&``."
276+
msgstr ""
277+
273278
msgid ""
274279
"Use the :func:`urllib.parse.urlencode` function (with the ``doseq`` "
275280
"parameter set to ``True``) to convert such dictionaries into query strings."
@@ -281,6 +286,13 @@ msgstr ""
281286
msgid "Added *max_num_fields* parameter."
282287
msgstr ""
283288

289+
msgid ""
290+
"Added *separator* parameter with the default value of ``&``. Python versions "
291+
"earlier than Python 3.9.2 allowed using both ``;`` and ``&`` as query "
292+
"parameter separator. This has been changed to allow only a single separator "
293+
"key, with ``&`` as the default separator."
294+
msgstr ""
295+
284296
msgid ""
285297
"Parse a query string given as a string argument (data of type :mimetype:"
286298
"`application/x-www-form-urlencoded`). Data are returned as a list of name, "

whatsnew/3.8.po

Lines changed: 15 additions & 1 deletion
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-02-16 05:28+0000\n"
1515
"PO-Revision-Date: 2019-09-01 14:44+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"
@@ -2399,3 +2399,17 @@ msgid ""
23992399
"(Contributed by Kyle Stanley, Antoine Pitrou, and Yury Selivanov in :issue:"
24002400
"`37228`.)"
24012401
msgstr ""
2402+
2403+
msgid "Notable changes in Python 3.8.8"
2404+
msgstr ""
2405+
2406+
msgid ""
2407+
"Earlier Python versions allowed using both ``;`` and ``&`` as query "
2408+
"parameter separators in :func:`urllib.parse.parse_qs` and :func:`urllib."
2409+
"parse.parse_qsl`. Due to security concerns, and to conform with newer W3C "
2410+
"recommendations, this has been changed to allow only a single separator key, "
2411+
"with ``&`` as the default. This change also affects :func:`cgi.parse` and :"
2412+
"func:`cgi.parse_multipart` as they use the affected functions internally. "
2413+
"For more details, please see their respective documentation. (Contributed by "
2414+
"Adam Goldschmidt, Senthil Kumaran and Ken Jin in :issue:`42967`.)"
2415+
msgstr ""

whatsnew/3.9.po

Lines changed: 15 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-01-01 05:02+0000\n"
15+
"POT-Creation-Date: 2021-02-16 05:28+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"
@@ -1931,3 +1931,17 @@ msgid ""
19311931
"3.9.1. This :exc:`DeprecationWarning` will become a :exc:`TypeError` in "
19321932
"Python 3.10. (Contributed by Ken Jin in :issue:`42195`.)"
19331933
msgstr ""
1934+
1935+
msgid "urllib.parse"
1936+
msgstr ""
1937+
1938+
msgid ""
1939+
"Earlier Python versions allowed using both ``;`` and ``&`` as query "
1940+
"parameter separators in :func:`urllib.parse.parse_qs` and :func:`urllib."
1941+
"parse.parse_qsl`. Due to security concerns, and to conform with newer W3C "
1942+
"recommendations, this has been changed to allow only a single separator key, "
1943+
"with ``&`` as the default. This change also affects :func:`cgi.parse` and :"
1944+
"func:`cgi.parse_multipart` as they use the affected functions internally. "
1945+
"For more details, please see their respective documentation. (Contributed by "
1946+
"Adam Goldschmidt, Senthil Kumaran and Ken Jin in :issue:`42967`.)"
1947+
msgstr ""

0 commit comments

Comments
 (0)