File tree 2 files changed +9
-1
lines changed
2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 1
- {"translation" : " 92.82 %" , "updated_at" : " 2024-04-30T03:23:46Z " }
1
+ {"translation" : " 92.83 %" , "updated_at" : " 2024-04-30T15:20:45Z " }
Original file line number Diff line number Diff line change @@ -2334,6 +2334,8 @@ msgid ""
2334
2334
":func:`~socket.inet_pton` and :func:`~socket.inet_ntop` are now supported on"
2335
2335
" Windows. (Contributed by Atsuo Ishimoto in :issue:`7171`.)"
2336
2336
msgstr ""
2337
+ "现在 :func:`~socket.inet_pton` 和 :func:`~socket.inet_ntop` 在 Windows 上已受到支持。 "
2338
+ "(由 Atsuo Ishimoto 在 :issue:`7171` 中贡献。)"
2337
2339
2338
2340
#: ../../whatsnew/3.4.rst:1409
2339
2341
msgid "sqlite3"
@@ -2346,6 +2348,9 @@ msgid ""
2346
2348
"`SQLite URI documentation <https://www.sqlite.org/uri.html>`_). "
2347
2349
"(Contributed by poq in :issue:`13773`.)"
2348
2350
msgstr ""
2351
+ ":func:`~sqlite3.connect` 函数新增布尔值形参 *uri*,它可被用来指明 *database* 形参是一个 ``uri`` "
2352
+ "(参见 `SQLite URI 文档 <https://www.sqlite.org/uri.html>`_)。 (由 poq 在 "
2353
+ ":issue:`13773` 中贡献。)"
2349
2354
2350
2355
#: ../../whatsnew/3.4.rst:1418
2351
2356
msgid "ssl"
@@ -2358,6 +2363,9 @@ msgid ""
2358
2363
"available if Python is linked with OpenSSL 1.0.1 or later. (Contributed by "
2359
2364
"Michele Orrù and Antoine Pitrou in :issue:`16692`.)"
2360
2365
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` 中贡献。)"
2361
2369
2362
2370
#: ../../whatsnew/3.4.rst:1429
2363
2371
msgid ""
You can’t perform that action at this time.
0 commit comments