@@ -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-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."
271271msgstr ""
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+
273278msgid ""
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 ""
281286msgid "Added *max_num_fields* parameter."
282287msgstr ""
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+
284296msgid ""
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, "
0 commit comments