Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ec2d10a

Browse files
[po] auto sync
1 parent ef28701 commit ec2d10a

4 files changed

Lines changed: 5107 additions & 5052 deletions

File tree

whatsnew/3.6.po

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ msgid ""
1616
msgstr ""
1717
"Project-Id-Version: Python 3.8\n"
1818
"Report-Msgid-Bugs-To: \n"
19-
"POT-Creation-Date: 2019-12-16 12:12+0000\n"
19+
"POT-Creation-Date: 2019-12-17 12:11+0000\n"
2020
"PO-Revision-Date: 2017-02-16 23:45+0000\n"
2121
"Last-Translator: ppcfish <[email protected]>, 2019\n"
2222
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
@@ -3269,3 +3269,17 @@ msgid ""
32693269
"behavior now matches what the C tokenizer does internally. (Contributed by "
32703270
"Ammar Askar in :issue:`33899`.)"
32713271
msgstr ""
3272+
3273+
#: /home/travis/build/python/cpython-doc-catalog/Doc/whatsnew/3.6.rst:2438
3274+
msgid "Notable changes in Python 3.6.10"
3275+
msgstr ""
3276+
3277+
#: /home/travis/build/python/cpython-doc-catalog/Doc/whatsnew/3.6.rst:2440
3278+
msgid ""
3279+
"Due to significant security concerns, the *reuse_address* parameter of "
3280+
":meth:`asyncio.loop.create_datagram_endpoint` is no longer supported. This "
3281+
"is because of the behavior of the socket option ``SO_REUSEADDR`` in UDP. For"
3282+
" more details, see the documentation for "
3283+
"``loop.create_datagram_endpoint()``. (Contributed by Kyle Stanley, Antoine "
3284+
"Pitrou, and Yury Selivanov in :issue:`37228`.)"
3285+
msgstr ""

whatsnew/3.7.po

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ msgid ""
1414
msgstr ""
1515
"Project-Id-Version: Python 3.8\n"
1616
"Report-Msgid-Bugs-To: \n"
17-
"POT-Creation-Date: 2019-12-16 12:12+0000\n"
17+
"POT-Creation-Date: 2019-12-17 12:11+0000\n"
1818
"PO-Revision-Date: 2018-06-29 21:15+0000\n"
1919
"Last-Translator: Freesand Leo <[email protected]>, 2019\n"
2020
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
@@ -4515,3 +4515,17 @@ msgstr ""
45154515
"在 3.7.2 中,Windows 下的 :mod:`venv` 不再复制原来的二进制文件,而是改为创建名为 ``python.exe`` 和 "
45164516
"``pythonw.exe`` 的重定向脚本。 这解决了一个长期存在的问题,即所有虚拟环境在每次 Python 升级后都必须进行升级或是重新创建。 "
45174517
"然而,要注意此发布版仍然要求重新创建虚拟环境以获得新的脚本。"
4518+
4519+
#: /home/travis/build/python/cpython-doc-catalog/Doc/whatsnew/3.7.rst:2546
4520+
msgid "Notable changes in Python 3.7.6"
4521+
msgstr ""
4522+
4523+
#: /home/travis/build/python/cpython-doc-catalog/Doc/whatsnew/3.7.rst:2548
4524+
msgid ""
4525+
"Due to significant security concerns, the *reuse_address* parameter of "
4526+
":meth:`asyncio.loop.create_datagram_endpoint` is no longer supported. This "
4527+
"is because of the behavior of the socket option ``SO_REUSEADDR`` in UDP. For"
4528+
" more details, see the documentation for "
4529+
"``loop.create_datagram_endpoint()``. (Contributed by Kyle Stanley, Antoine "
4530+
"Pitrou, and Yury Selivanov in :issue:`37228`.)"
4531+
msgstr ""

whatsnew/3.8.po

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ msgid ""
1717
msgstr ""
1818
"Project-Id-Version: Python 3.8\n"
1919
"Report-Msgid-Bugs-To: \n"
20-
"POT-Creation-Date: 2019-12-16 12:12+0000\n"
20+
"POT-Creation-Date: 2019-12-17 12:11+0000\n"
2121
"PO-Revision-Date: 2019-09-01 14:44+0000\n"
2222
"Last-Translator: ppcfish <[email protected]>, 2019\n"
2323
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
@@ -3431,3 +3431,17 @@ msgstr ""
34313431
#: /home/travis/build/python/cpython-doc-catalog/Doc/whatsnew/3.8.rst:2161
34323432
msgid "Here's a summary of performance improvements since Python 3.3:"
34333433
msgstr ""
3434+
3435+
#: /home/travis/build/python/cpython-doc-catalog/Doc/whatsnew/3.8.rst:2211
3436+
msgid "Notable changes in Python 3.8.1"
3437+
msgstr ""
3438+
3439+
#: /home/travis/build/python/cpython-doc-catalog/Doc/whatsnew/3.8.rst:2213
3440+
msgid ""
3441+
"Due to significant security concerns, the *reuse_address* parameter of "
3442+
":meth:`asyncio.loop.create_datagram_endpoint` is no longer supported. This "
3443+
"is because of the behavior of the socket option ``SO_REUSEADDR`` in UDP. For"
3444+
" more details, see the documentation for "
3445+
"``loop.create_datagram_endpoint()``. (Contributed by Kyle Stanley, Antoine "
3446+
"Pitrou, and Yury Selivanov in :issue:`37228`.)"
3447+
msgstr ""

0 commit comments

Comments
 (0)