Skip to content

Commit b26e194

Browse files
[po] auto sync
1 parent 9b9ae3c commit b26e194

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

.stat.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"translation": "92.82%", "updated_at": "2024-04-30T03:23:46Z"}
1+
{"translation": "92.83%", "updated_at": "2024-04-30T15:20:45Z"}

whatsnew/3.4.po

+8
Original file line numberDiff line numberDiff line change
@@ -2334,6 +2334,8 @@ msgid ""
23342334
":func:`~socket.inet_pton` and :func:`~socket.inet_ntop` are now supported on"
23352335
" Windows. (Contributed by Atsuo Ishimoto in :issue:`7171`.)"
23362336
msgstr ""
2337+
"现在 :func:`~socket.inet_pton` 和 :func:`~socket.inet_ntop` 在 Windows 上已受到支持。 "
2338+
"(由 Atsuo Ishimoto 在 :issue:`7171` 中贡献。)"
23372339

23382340
#: ../../whatsnew/3.4.rst:1409
23392341
msgid "sqlite3"
@@ -2346,6 +2348,9 @@ msgid ""
23462348
"`SQLite URI documentation <https://www.sqlite.org/uri.html>`_). "
23472349
"(Contributed by poq in :issue:`13773`.)"
23482350
msgstr ""
2351+
":func:`~sqlite3.connect` 函数新增布尔值形参 *uri*,它可被用来指明 *database* 形参是一个 ``uri`` "
2352+
"(参见 `SQLite URI 文档 <https://www.sqlite.org/uri.html>`_)。 (由 poq 在 "
2353+
":issue:`13773` 中贡献。)"
23492354

23502355
#: ../../whatsnew/3.4.rst:1418
23512356
msgid "ssl"
@@ -2358,6 +2363,9 @@ msgid ""
23582363
"available if Python is linked with OpenSSL 1.0.1 or later. (Contributed by "
23592364
"Michele Orrù and Antoine Pitrou in :issue:`16692`.)"
23602365
msgstr ""
2366+
"添加了 :data:`~ssl.PROTOCOL_TLSv1_1` 和 :data:`~ssl.PROTOCOL_TLSv1_2` (TLSv1.1 和"
2367+
" TLSv1.2 支持);对这些协议的支持仅在 Python 使用 OpenSSL 1.0.1 或更高版本链接时可用。 (由 Michele Orrù "
2368+
"和 Antoine Pitrou 在 :issue:`16692` 中贡献。)"
23612369

23622370
#: ../../whatsnew/3.4.rst:1429
23632371
msgid ""

0 commit comments

Comments
 (0)