File tree Expand file tree Collapse file tree 2 files changed +30
-2
lines changed Expand file tree Collapse file tree 2 files changed +30
-2
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ msgid ""
12
12
msgstr ""
13
13
"Project-Id-Version : Python 3.7\n "
14
14
"Report-Msgid-Bugs-To : \n "
15
- "POT-Creation-Date : 2019-12-16 04:24+0000\n "
15
+ "POT-Creation-Date : 2019-12-17 04:24+0000\n "
16
16
"PO-Revision-Date : 2019-09-01 03:35+0000\n "
17
17
"Last-Translator : tomo, 2019\n "
18
18
"Language-Team : Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
@@ -3334,3 +3334,17 @@ msgid ""
3334
3334
"behavior now matches what the C tokenizer does internally. (Contributed by "
3335
3335
"Ammar Askar in :issue:`33899`.)"
3336
3336
msgstr ""
3337
+
3338
+ #: /home/travis/build/python/cpython-doc-catalog/Doc/whatsnew/3.6.rst:2438
3339
+ msgid "Notable changes in Python 3.6.10"
3340
+ msgstr ""
3341
+
3342
+ #: /home/travis/build/python/cpython-doc-catalog/Doc/whatsnew/3.6.rst:2440
3343
+ msgid ""
3344
+ "Due to significant security concerns, the *reuse_address* parameter of "
3345
+ ":meth:`asyncio.loop.create_datagram_endpoint` is no longer supported. This "
3346
+ "is because of the behavior of the socket option ``SO_REUSEADDR`` in UDP. For"
3347
+ " more details, see the documentation for "
3348
+ "``loop.create_datagram_endpoint()``. (Contributed by Kyle Stanley, Antoine "
3349
+ "Pitrou, and Yury Selivanov in :issue:`37228`.)"
3350
+ msgstr ""
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ msgid ""
12
12
msgstr ""
13
13
"Project-Id-Version : Python 3.7\n "
14
14
"Report-Msgid-Bugs-To : \n "
15
- "POT-Creation-Date : 2019-12-16 04:24+0000\n "
15
+ "POT-Creation-Date : 2019-12-17 04:24+0000\n "
16
16
"PO-Revision-Date : 2019-09-01 03:35+0000\n "
17
17
"Last-Translator : tomo, 2019\n "
18
18
"Language-Team : Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
@@ -3731,3 +3731,17 @@ msgid ""
3731
3731
"note that this release will still require recreation of virtual environments"
3732
3732
" in order to get the new scripts."
3733
3733
msgstr ""
3734
+
3735
+ #: /home/travis/build/python/cpython-doc-catalog/Doc/whatsnew/3.7.rst:2562
3736
+ msgid "Notable changes in Python 3.7.6"
3737
+ msgstr ""
3738
+
3739
+ #: /home/travis/build/python/cpython-doc-catalog/Doc/whatsnew/3.7.rst:2564
3740
+ msgid ""
3741
+ "Due to significant security concerns, the *reuse_address* parameter of "
3742
+ ":meth:`asyncio.loop.create_datagram_endpoint` is no longer supported. This "
3743
+ "is because of the behavior of the socket option ``SO_REUSEADDR`` in UDP. For"
3744
+ " more details, see the documentation for "
3745
+ "``loop.create_datagram_endpoint()``. (Contributed by Kyle Stanley, Antoine "
3746
+ "Pitrou, and Yury Selivanov in :issue:`37228`.)"
3747
+ msgstr ""
You can’t perform that action at this time.
0 commit comments