4
4
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
5
#
6
6
# Translators:
7
- # tomo, 2020
8
7
# Tetsuo Koyama <tkoyama010@gmail.com>, 2020
9
8
# Takanori Suzuki <takanori@takanory.net>, 2021
9
+ # tomo, 2021
10
10
#
11
11
#, fuzzy
12
12
msgid ""
13
13
msgstr ""
14
14
"Project-Id-Version : Python 3.8\n "
15
15
"Report-Msgid-Bugs-To : \n "
16
- "POT-Creation-Date : 2021-05-02 17:14 +0000\n "
16
+ "POT-Creation-Date : 2021-06-28 17:45 +0000\n "
17
17
"PO-Revision-Date : 2020-05-30 12:18+0000\n "
18
- "Last-Translator : Takanori Suzuki <takanori@takanory.net> , 2021\n "
18
+ "Last-Translator : tomo , 2021\n "
19
19
"Language-Team : Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
20
20
"MIME-Version : 1.0\n "
21
21
"Content-Type : text/plain; charset=UTF-8\n "
@@ -3123,7 +3123,7 @@ msgid ""
3123
3123
" FTP instance to ``True``. (See :issue:`43285`)"
3124
3124
msgstr ""
3125
3125
3126
- #: ../../whatsnew/3.8.rst:2278
3126
+ #: ../../whatsnew/3.8.rst:2278 ../../whatsnew/3.8.rst:2298
3127
3127
msgid "Notable changes in Python 3.8.10"
3128
3128
msgstr ""
3129
3129
@@ -3150,3 +3150,17 @@ msgid ""
3150
3150
":issue:`41100`, with fixes by FX Coudert and Eli Rykoff, and backported to "
3151
3151
"3.8 by Maxime Bélanger and Ned Deily)"
3152
3152
msgstr ""
3153
+
3154
+ #: ../../whatsnew/3.8.rst:2301
3155
+ msgid "urllib.parse"
3156
+ msgstr "urllib.parse"
3157
+
3158
+ #: ../../whatsnew/3.8.rst:2303
3159
+ msgid ""
3160
+ "The presence of newline or tab characters in parts of a URL allows for some "
3161
+ "forms of attacks. Following the WHATWG specification that updates "
3162
+ ":rfc:`3986`, ASCII newline ``\\ n``, ``\\ r`` and tab ``\\ t`` characters are "
3163
+ "stripped from the URL by the parser in :mod:`urllib.parse` preventing such "
3164
+ "attacks. The removal characters are controlled by a new module level "
3165
+ "variable ``urllib.parse._UNSAFE_URL_BYTES_TO_REMOVE``. (See :issue:`43882`)"
3166
+ msgstr ""
0 commit comments