File tree Expand file tree Collapse file tree 4 files changed +5107
-5052
lines changed Expand file tree Collapse file tree 4 files changed +5107
-5052
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ msgid ""
24
24
msgstr ""
25
25
"Project-Id-Version : Python 3.8\n "
26
26
"Report-Msgid-Bugs-To : \n "
27
- "POT-Creation-Date : 2019-12-16 12:12 +0000\n "
27
+ "POT-Creation-Date : 2019-12-17 12:11 +0000\n "
28
28
"PO-Revision-Date : 2017-02-16 23:45+0000\n "
29
29
"Last-Translator : tomo, 2018\n "
30
30
"Language-Team : Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
@@ -3346,3 +3346,17 @@ msgid ""
3346
3346
"behavior now matches what the C tokenizer does internally. (Contributed by "
3347
3347
"Ammar Askar in :issue:`33899`.)"
3348
3348
msgstr ""
3349
+
3350
+ #: /home/travis/build/python/cpython-doc-catalog/Doc/whatsnew/3.6.rst:2438
3351
+ msgid "Notable changes in Python 3.6.10"
3352
+ msgstr ""
3353
+
3354
+ #: /home/travis/build/python/cpython-doc-catalog/Doc/whatsnew/3.6.rst:2440
3355
+ msgid ""
3356
+ "Due to significant security concerns, the *reuse_address* parameter of "
3357
+ ":meth:`asyncio.loop.create_datagram_endpoint` is no longer supported. This "
3358
+ "is because of the behavior of the socket option ``SO_REUSEADDR`` in UDP. For"
3359
+ " more details, see the documentation for "
3360
+ "``loop.create_datagram_endpoint()``. (Contributed by Kyle Stanley, Antoine "
3361
+ "Pitrou, and Yury Selivanov in :issue:`37228`.)"
3362
+ 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.8\n "
14
14
"Report-Msgid-Bugs-To : \n "
15
- "POT-Creation-Date : 2019-12-16 12:12 +0000\n "
15
+ "POT-Creation-Date : 2019-12-17 12:11 +0000\n "
16
16
"PO-Revision-Date : 2018-06-29 21:15+0000\n "
17
17
"Last-Translator : tomo, 2019\n "
18
18
"Language-Team : Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
@@ -3706,3 +3706,17 @@ msgid ""
3706
3706
"note that this release will still require recreation of virtual environments"
3707
3707
" in order to get the new scripts."
3708
3708
msgstr ""
3709
+
3710
+ #: /home/travis/build/python/cpython-doc-catalog/Doc/whatsnew/3.7.rst:2546
3711
+ msgid "Notable changes in Python 3.7.6"
3712
+ msgstr ""
3713
+
3714
+ #: /home/travis/build/python/cpython-doc-catalog/Doc/whatsnew/3.7.rst:2548
3715
+ msgid ""
3716
+ "Due to significant security concerns, the *reuse_address* parameter of "
3717
+ ":meth:`asyncio.loop.create_datagram_endpoint` is no longer supported. This "
3718
+ "is because of the behavior of the socket option ``SO_REUSEADDR`` in UDP. For"
3719
+ " more details, see the documentation for "
3720
+ "``loop.create_datagram_endpoint()``. (Contributed by Kyle Stanley, Antoine "
3721
+ "Pitrou, and Yury Selivanov in :issue:`37228`.)"
3722
+ 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.8\n "
14
14
"Report-Msgid-Bugs-To : \n "
15
- "POT-Creation-Date : 2019-12-16 12:12 +0000\n "
15
+ "POT-Creation-Date : 2019-12-17 12:11 +0000\n "
16
16
"PO-Revision-Date : 2019-09-01 14:44+0000\n "
17
17
"Last-Translator : tomo, 2019\n "
18
18
"Language-Team : Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
@@ -2823,3 +2823,17 @@ msgstr ""
2823
2823
#: /home/travis/build/python/cpython-doc-catalog/Doc/whatsnew/3.8.rst:2161
2824
2824
msgid "Here's a summary of performance improvements since Python 3.3:"
2825
2825
msgstr ""
2826
+
2827
+ #: /home/travis/build/python/cpython-doc-catalog/Doc/whatsnew/3.8.rst:2211
2828
+ msgid "Notable changes in Python 3.8.1"
2829
+ msgstr ""
2830
+
2831
+ #: /home/travis/build/python/cpython-doc-catalog/Doc/whatsnew/3.8.rst:2213
2832
+ msgid ""
2833
+ "Due to significant security concerns, the *reuse_address* parameter of "
2834
+ ":meth:`asyncio.loop.create_datagram_endpoint` is no longer supported. This "
2835
+ "is because of the behavior of the socket option ``SO_REUSEADDR`` in UDP. For"
2836
+ " more details, see the documentation for "
2837
+ "``loop.create_datagram_endpoint()``. (Contributed by Kyle Stanley, Antoine "
2838
+ "Pitrou, and Yury Selivanov in :issue:`37228`.)"
2839
+ msgstr ""
You can’t perform that action at this time.
0 commit comments