@@ -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-01-01 05:02 +0000\n "
15+ "POT-Creation-Date : 2021-02-16 05:28 +0000\n "
1616"PO-Revision-Date : 2017-02-16 19:36+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 "
@@ -389,12 +389,9 @@ msgstr ""
389389
390390msgid ""
391391"Parse a query in the environment or from a file (the file defaults to ``sys."
392- "stdin``). The *keep_blank_values* and *strict_parsing* parameters are "
393- "passed to :func:`urllib.parse.parse_qs` unchanged."
392+ "stdin``). The *keep_blank_values*, *strict_parsing* and *separator* "
393+ "parameters are passed to :func:`urllib.parse.parse_qs` unchanged."
394394msgstr ""
395- "Wczytaj zapytanie w środowisku lub z pliku (plik domyślnie równy jest ``sys."
396- "stdin``). Parametry *keep_blank_values* i *strict_parsing* są przekazywane "
397- "dla zadania :func:`urllib.parse.parse_qs` bez zmian."
398395
399396msgid ""
400397"Parse input of type :mimetype:`multipart/form-data` (for file uploads). "
@@ -420,6 +417,9 @@ msgid ""
420417"value is now a list of strings, not bytes."
421418msgstr ""
422419
420+ msgid "Added the *separator* parameter."
421+ msgstr ""
422+
423423msgid ""
424424"Parse a MIME header (such as :mailheader:`Content-Type`) into a main value "
425425"and a dictionary of parameters."
0 commit comments