@@ -2638,7 +2638,7 @@ msgid ""
26382638"Tab-completion is now available not only for command names, but also their "
26392639"arguments. For example, for the ``break`` command, function and file names "
26402640"are completed."
2641- msgstr ""
2641+ msgstr "Tab 补全现在不仅适用于命令名称,也适用于它们的参数。 例如,对于 ``break`` 命令,函数和文件名将被补全。 "
26422642
26432643#: ../../whatsnew/3.3.rst:1712
26442644msgid "(Contributed by Georg Brandl in :issue:`14210`)"
@@ -2654,6 +2654,8 @@ msgid ""
26542654":attr:`~pickle.Pickler.dispatch_table` attribute allowing per-pickler "
26552655"reduction functions to be set."
26562656msgstr ""
2657+ "现在 :class:`pickle.Pickler` 对象具有一个可选的 :attr:`~pickle.Pickler.dispatch_table` "
2658+ "属性以允许针对每个 pickler 设置缩减函数。"
26572659
26582660#: ../../whatsnew/3.3.rst:1722
26592661msgid "(Contributed by Richard Oudkerk in :issue:`14166`.)"
@@ -2669,22 +2671,24 @@ msgid ""
26692671":mod:`pydoc` module: ``pydoc -g`` and :func:`~pydoc.serve` have been "
26702672"deprecated in Python 3.2."
26712673msgstr ""
2674+ "Tk GUI 和 :func:`~pydoc.serve` 函数已从 :mod:`pydoc` 模块中被移除: ``pydoc -g`` 和 "
2675+ ":func:`~pydoc.serve` 在 Python 3.2 中已被弃用。"
26722676
26732677#: ../../whatsnew/3.3.rst:1734
26742678msgid "re"
26752679msgstr "re"
26762680
26772681#: ../../whatsnew/3.3.rst:1736
26782682msgid ":class:`str` regular expressions now support ``\\ u`` and ``\\ U`` escapes."
2679- msgstr ""
2683+ msgstr "现在 :class:`str` 正则表达式已支持 `` \\ u`` 和 `` \\ U`` 转义符。 "
26802684
26812685#: ../../whatsnew/3.3.rst:1738
26822686msgid "(Contributed by Serhiy Storchaka in :issue:`3665`.)"
26832687msgstr "(由 Serhiy Storchaka 在 :issue:`3665` 中贡献。)"
26842688
26852689#: ../../whatsnew/3.3.rst:1742
26862690msgid "sched"
2687- msgstr ""
2691+ msgstr "sched "
26882692
26892693#: ../../whatsnew/3.3.rst:1744
26902694msgid ""