File tree 2 files changed +4737
-4698
lines changed
2 files changed +4737
-4698
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ msgid ""
13
13
msgstr ""
14
14
"Project-Id-Version : Python 3.7\n "
15
15
"Report-Msgid-Bugs-To : \n "
16
- "POT-Creation-Date : 2021-02-16 16:30 +0000\n "
16
+ "POT-Creation-Date : 2021-03-17 16:44 +0000\n "
17
17
"PO-Revision-Date : 2019-09-01 03:35+0000\n "
18
18
"
Last-Translator :
Naoki Nakamura <[email protected] >, 2020\n "
19
19
"Language-Team : Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
@@ -3757,3 +3757,16 @@ msgid ""
3757
3757
"documentation. (Contributed by Adam Goldschmidt, Senthil Kumaran and Ken Jin"
3758
3758
" in :issue:`42967`.)"
3759
3759
msgstr ""
3760
+
3761
+ #: ../../whatsnew/3.7.rst:2590
3762
+ msgid "Notable changes in Python 3.7.11"
3763
+ msgstr ""
3764
+
3765
+ #: ../../whatsnew/3.7.rst:2592
3766
+ msgid ""
3767
+ "A security fix alters the :class:`ftplib.FTP` behavior to not trust the IPv4"
3768
+ " address sent from the remote server when setting up a passive data channel."
3769
+ " We reuse the ftp server IP address instead. For unusual code requiring "
3770
+ "the old behavior, set a ``trust_server_pasv_ipv4_address`` attribute on your"
3771
+ " FTP instance to ``True``. (See :issue:`43285`)"
3772
+ msgstr ""
You can’t perform that action at this time.
0 commit comments