@@ -2107,6 +2107,8 @@ msgid ""
21072107"keywords. (Contributed by Serhiy Storchaka in :issue:`25011` and "
21082108":issue:`25209`.)"
21092109msgstr ""
2110+ "私有和特殊属性名称现在会被省略除非带有以下划线开头的前缀。 在某些已完成的关键字后会加上空格或冒号。 (由 Serhiy Storchaka 在 "
2111+ ":issue:`25011` 和 :issue:`25209` 中贡献。)"
21102112
21112113#: ../../whatsnew/3.6.rst:1379
21122114msgid "shlex"
@@ -2119,6 +2121,9 @@ msgid ""
21192121" to control which characters are treated as punctuation. (Contributed by "
21202122"Vinay Sajip in :issue:`1521950`.)"
21212123msgstr ""
2124+ ":class:`~shlex.shlex` 通过新的 *punctuation_chars* 参数来控制哪些字符会被当作标点符号大幅度地 "
2125+ ":ref:`改进了 shell 兼容性 <improved-shell-compatibility>`。 (由 Vinay Sajip 在 "
2126+ ":issue:`1521950` 中贡献。)"
21222127
21232128#: ../../whatsnew/3.6.rst:1389
21242129msgid "site"
@@ -2130,6 +2135,8 @@ msgid ""
21302135" now specify file paths on top of directories (e.g. zip files). (Contributed"
21312136" by Wolfgang Langner in :issue:`26587`)."
21322137msgstr ""
2138+ "当在 ``.pth`` 文件中指定要添加到 :data:`sys.path` 的路径时,现在你可以指定位于目录顶部的文件路径(例如 zip 文件)。 "
2139+ "(由 Wolfgang Langner 在 :issue:`26587` 中贡献。)"
21332140
21342141#: ../../whatsnew/3.6.rst:1397
21352142msgid "sqlite3"
@@ -2140,6 +2147,8 @@ msgid ""
21402147":attr:`sqlite3.Cursor.lastrowid` now supports the ``REPLACE`` statement. "
21412148"(Contributed by Alex LordThorsen in :issue:`16864`.)"
21422149msgstr ""
2150+ ":attr:`sqlite3.Cursor.lastrowid` 现在支持 ``REPLACE`` 语句。 (由 Alex LordThorsen 在 "
2151+ ":issue:`16864` 中贡献。)"
21432152
21442153#: ../../whatsnew/3.6.rst:1404
21452154msgid "socket"
@@ -2151,20 +2160,27 @@ msgid ""
21512160":const:`~socket.SIO_LOOPBACK_FAST_PATH` control code. (Contributed by Daniel"
21522161" Stokes in :issue:`26536`.)"
21532162msgstr ""
2163+ ":func:`~socket.socket.ioctl` 函数现在支持 :const:`~socket.SIO_LOOPBACK_FAST_PATH` "
2164+ "控制码。 (由 Daniel Stokes 在 :issue:`26536` 中贡献。)"
21542165
21552166#: ../../whatsnew/3.6.rst:1410
21562167msgid ""
21572168"The :meth:`~socket.socket.getsockopt` constants ``SO_DOMAIN``, "
21582169"``SO_PROTOCOL``, ``SO_PEERSEC``, and ``SO_PASSSEC`` are now supported. "
21592170"(Contributed by Christian Heimes in :issue:`26907`.)"
21602171msgstr ""
2172+ ":meth:`~socket.socket.getsockopt` 常量 ``SO_DOMAIN``, ``SO_PROTOCOL``, "
2173+ "``SO_PEERSEC`` 和 ``SO_PASSSEC`` 现在已得到支持。 (由 Christian Heimes 在 "
2174+ ":issue:`26907` 中贡献。)"
21612175
21622176#: ../../whatsnew/3.6.rst:1414
21632177msgid ""
21642178"The :meth:`~socket.socket.setsockopt` now supports the ``setsockopt(level, "
21652179"optname, None, optlen: int)`` form. (Contributed by Christian Heimes in "
21662180":issue:`27744`.)"
21672181msgstr ""
2182+ ":meth:`~socket.socket.setsockopt` 现在支持 ``setsockopt(level, optname, None, "
2183+ "optlen: int)`` 的形式。 (由 Christian Heimes 在 :issue:`27744` 中贡献。)"
21682184
21692185#: ../../whatsnew/3.6.rst:1418
21702186msgid ""
@@ -2173,12 +2189,17 @@ msgid ""
21732189":meth:`~socket.socket.sendmsg_afalg` were added. (Contributed by Christian "
21742190"Heimes in :issue:`27744` with support from Victor Stinner.)"
21752191msgstr ""
2192+ "现在 socket 模块已支持地址族 :const:`~socket.AF_ALG` 到 Linux Kernel crypto API 的接口。 "
2193+ "增加了 ``ALG_*``, ``SOL_ALG`` 和 :meth:`~socket.socket.sendmsg_afalg`。 (由 "
2194+ "Christian Heimes 在 :issue:`27744` 中贡献并得到 Victor Stinner 的协助。)"
21762195
21772196#: ../../whatsnew/3.6.rst:1424
21782197msgid ""
21792198"New Linux constants ``TCP_USER_TIMEOUT`` and ``TCP_CONGESTION`` were added. "
21802199"(Contributed by Omar Sandoval, :issue:`26273`)."
21812200msgstr ""
2201+ "新增 Linux 常量 ``TCP_USER_TIMEOUT`` 和 ``TCP_CONGESTION``。 (由 Omar Sandoval 在 "
2202+ ":issue:`26273` 中贡献。)"
21822203
21832204#: ../../whatsnew/3.6.rst:1429
21842205msgid "socketserver"
@@ -2191,6 +2212,9 @@ msgid ""
21912212"now support the :term:`context manager` protocol. (Contributed by Aviv "
21922213"Palivoda in :issue:`26404`.)"
21932214msgstr ""
2215+ "基于 :mod:`socketserver` 模块的服务器,包括在 :mod:`http.server`、:mod:`xmlrpc.server` 和 "
2216+ ":mod:`wsgiref.simple_server` 中定义的服务器,现在都支持 :term:`context manager` 协议。(由 "
2217+ "Aviv Palivoda 在 :issue:`26404` 中贡献。)"
21942218
21952219#: ../../whatsnew/3.6.rst:1437
21962220msgid ""
0 commit comments