forked from AFPy/python-docs-fr
Make merge (#1655)
This commit is contained in:
parent 4d36815d90
commit a2b66f2e71
19 changed files with 1664 additions and 1586 deletions
| | @ -5,7 +5,7 @@ msgid "" | |||
msgstr "" | ||||
"Project-Id-Version: Python 3\n" | ||||
"Report-Msgid-Bugs-To: \n" | ||||
"POT-Creation-Date: 2021-05-19 22:36+0200\n" | ||||
"POT-Creation-Date: 2021-05-29 16:33+0200\n" | ||||
"PO-Revision-Date: 2020-08-06 00:39+0200\n" | ||||
"Last-Translator: \n" | ||||
"Language-Team: FRENCH <traductions@lists.afpy.org>\n" | ||||
| | @ -2319,7 +2319,7 @@ msgid "" | |||
"Python 3.10. (Contributed by Ken Jin in :issue:`42195`.)" | ||||
msgstr "" | ||||
| ||||
#: whatsnew/3.9.rst:1543 | ||||
#: whatsnew/3.9.rst:1568 | ||||
msgid "urllib.parse" | ||||
msgstr "urllib.parse" | ||||
| ||||
| | @ -2348,6 +2348,20 @@ msgid "" | |||
"instance to ``True``. (See :issue:`43285`)" | ||||
msgstr "" | ||||
| ||||
#: whatsnew/3.9.rst:1565 | ||||
msgid "Notable changes in Python 3.9.5" | ||||
msgstr "" | ||||
| ||||
#: whatsnew/3.9.rst:1570 | ||||
msgid "" | ||||
"The presence of newline or tab characters in parts of a URL allows for some " | ||||
"forms of attacks. Following the WHATWG specification that updates :rfc:" | ||||
"`3986`, ASCII newline ``\\n``, ``\\r`` and tab ``\\t`` characters are " | ||||
"stripped from the URL by the parser in :mod:`urllib.parse` preventing such " | ||||
"attacks. The removal characters are controlled by a new module level " | ||||
"variable ``urllib.parse._UNSAFE_URL_BYTES_TO_REMOVE``. (See :issue:`43882`)" | ||||
msgstr "" | ||||
| ||||
#~ msgid "" | ||||
#~ "This article explains the new features in Python 3.9, compared to 3.8." | ||||
#~ msgstr "" | ||||
| | | |||
Loading…
Add table
Add a link
Reference in a new issue