@@ -17,7 +17,7 @@ msgid ""
1717msgstr "" 
1818"Project-Id-Version : Python 3.8\n "
1919"Report-Msgid-Bugs-To : \n "
20- "POT-Creation-Date : 2024-04-20 00:12 +0000\n "
20+ "POT-Creation-Date : 2024-04-26 23:55 +0000\n "
2121"PO-Revision-Date : 2020-05-30 12:18+0000\n "
2222"Last-Translator : Freesand Leo <yuqinju@163.com>, 2024\n "
2323"Language-Team : Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n "
@@ -1961,12 +1961,16 @@ msgid ""
19611961":func:`os.path.samefile` implementation is now shared between Unix and " 
19621962"Windows). (Contributed by Brian Curtin in :issue:`11939`.)" 
19631963msgstr  "" 
1964+ "现在 :func:`os.path.samestat` 将在 Windows 平台上可用(并且现在 :func:`os.path.samefile` " 
1965+ "实现可在 Unix 和 Windows 间共享)。 (由 Brian Curtin 在 :issue:`11939` 中贡献。)" 
19641966
19651967#:  ../../whatsnew/3.4.rst:1188 
19661968msgid  "" 
19671969":func:`os.path.ismount` now recognizes volumes mounted below a drive root on" 
19681970" Windows. (Contributed by Tim Golden in :issue:`9035`.)" 
19691971msgstr  "" 
1972+ "现在 :func:`os.path.ismount` 可识别 Windows 中在驱动器根目录下加载的卷。 (由 Tim Golden 在 " 
1973+ ":issue:`9035` 中贡献。)" 
19701974
19711975#:  ../../whatsnew/3.4.rst:1191 
19721976msgid  "" 
@@ -2005,6 +2009,12 @@ msgid ""
20052009"``print`` function, making it inaccessible at the ``pdb`` prompt. " 
20062010"(Contributed by Connor Osborn in :issue:`18764`.)" 
20072011msgstr  "" 
2012+ "``print`` 命令已从 :mod:`pdb` 中移除,恢复了从 pdb 命令行对 Python :func:`print` 函数的访问。 " 
2013+ "Python2 的 ``pdb`` 没有 ``print`` 命令;而是会在输入 ``print`` 时执行 ``print`` 语句。 在 " 
2014+ "Python3 中 ``print`` 被错误地设为 pdb :pdbcmd:`p` 命令的别名。 然而,``p`` 会打印其参数的 " 
2015+ "``repr``,而不是像 Python2 ``print`` 命令那样打印其参数的 ``str``。 更糟糕的是,Python3 ``pdb " 
2016+ "print`` 命令会覆盖 Python3 ``print`` 函数,导致其在 ``pdb`` 提示符下无法被访问。 (由 Connor Osborn " 
2017+ "在 :issue:`18764` 中贡献。)" 
20082018
20092019#:  ../../whatsnew/3.4.rst:1220 
20102020msgid  "pickle" 
@@ -2019,6 +2029,9 @@ msgid ""
20192029":meth:`__new__` method takes keyword-only arguments. It also provides some " 
20202030"efficiency improvements." 
20212031msgstr  "" 
2032+ "现在 :mod:`pickle` 支持(但默认不使用)新的 pickle 协议即协议 4。 " 
2033+ "这个新协议解决了在之前版本中存在的多个问题,例如嵌套类、超长字符串和容器、以及 :meth:`__new__` 方法接受仅限关键字参数的类的序列化。 " 
2034+ "它还提供了一些效率上的改进。" 
20222035
20232036#:  ../../whatsnew/3.4.rst:1230 
20242037msgid  ":pep:`3154` -- Pickle protocol 4" 
0 commit comments