@@ -1977,7 +1977,7 @@ msgstr "pdb"
1977
1977
msgid ""
1978
1978
"The :class:`~pdb.Pdb` class constructor has a new optional *readrc* argument"
1979
1979
" to control whether ``.pdbrc`` files should be read."
1980
- msgstr ""
1980
+ msgstr ":class:`~pdb.Pdb` 类构造器新增可选的 *readrc* 参数用来控制是否应当读取 ``.pdbrc`` 文件。 "
1981
1981
1982
1982
#: ../../whatsnew/3.6.rst:1308
1983
1983
msgid "pickle"
@@ -1990,6 +1990,9 @@ msgid ""
1990
1990
" version 4. Protocol version 4 already supports this case. (Contributed by "
1991
1991
"Serhiy Storchaka in :issue:`24164`.)"
1992
1992
msgstr ""
1993
+ "需要附带关键字参数调用 ``__new__`` 的对象现在可以使用早于协议版本 4 的 :ref:`pickle 协议 <pickle-"
1994
+ "protocols>` 来 pickle。 协议版本 4 之前已支持此场景。 (由 Serhiy Storchaka 在 :issue:`24164` "
1995
+ "中贡献。)"
1993
1996
1994
1997
#: ../../whatsnew/3.6.rst:1317
1995
1998
msgid "pickletools"
@@ -2000,6 +2003,8 @@ msgid ""
2000
2003
":func:`pickletools.dis()` now outputs the implicit memo index for the "
2001
2004
"``MEMOIZE`` opcode. (Contributed by Serhiy Storchaka in :issue:`25382`.)"
2002
2005
msgstr ""
2006
+ "现在 :func:`pickletools.dis()` 将为 ``MEMOIZE`` 操作码输出隐式的 memo 索引。 (由 Serhiy "
2007
+ "Storchaka 在 :issue:`25382` 中贡献。)"
2003
2008
2004
2009
#: ../../whatsnew/3.6.rst:1325
2005
2010
msgid "pydoc"
@@ -2010,6 +2015,8 @@ msgid ""
2010
2015
"The :mod:`pydoc` module has learned to respect the ``MANPAGER`` environment "
2011
2016
"variable. (Contributed by Matthias Klose in :issue:`8637`.)"
2012
2017
msgstr ""
2018
+ ":mod:`pydoc` 模块将能遵守 ``MANPAGER`` 环境变量的设置。 (由 Matthias Klose 在 :issue:`8637` "
2019
+ "中贡献。)"
2013
2020
2014
2021
#: ../../whatsnew/3.6.rst:1331
2015
2022
msgid ""
0 commit comments