@@ -818,18 +818,24 @@ msgid ""
818818"The :func:`os.unsetenv` function is now also available on Windows. "
819819"(Contributed by Victor Stinner in :issue:`39413`.)"
820820msgstr ""
821+ "现在 :func:`os.unsetenv` 函数在 Windows 上也已可用。 (由 Victor Stinner 在 :issue:`39413`"
822+ " 中贡献。)"
821823
822824#: ../../whatsnew/3.9.rst:477
823825msgid ""
824826"The :func:`os.putenv` and :func:`os.unsetenv` functions are now always "
825827"available. (Contributed by Victor Stinner in :issue:`39395`.)"
826828msgstr ""
829+ "现在 :func:`os.putenv` 和 :func:`os.unsetenv` 函数将总是可用。 (由 Victor Stinner 在 "
830+ ":issue:`39395` 中贡献。)"
827831
828832#: ../../whatsnew/3.9.rst:481
829833msgid ""
830834"Add :func:`os.waitstatus_to_exitcode` function: convert a wait status to an "
831835"exit code. (Contributed by Victor Stinner in :issue:`40094`.)"
832836msgstr ""
837+ "增加了 :func:`os.waitstatus_to_exitcode` 函数:将等待状态转换为退出码。 (由 Victor Stinner 在 "
838+ ":issue:`40094` 中贡献。)"
833839
834840#: ../../whatsnew/3.9.rst:486
835841msgid "pathlib"
@@ -840,6 +846,8 @@ msgid ""
840846"Added :meth:`pathlib.Path.readlink()` which acts similarly to "
841847":func:`os.readlink`. (Contributed by Girts Folkmanis in :issue:`30618`)"
842848msgstr ""
849+ "增加了 :meth:`pathlib.Path.readlink()`,其行为类似于 :func:`os.readlink`。 (由 Girts "
850+ "Folkmanis 在 :issue:`30618` 中贡献。)"
843851
844852#: ../../whatsnew/3.9.rst:493
845853msgid "poplib"
@@ -852,6 +860,9 @@ msgid ""
852860"prevent the creation of a non-blocking socket. (Contributed by Dong-hee Na "
853861"in :issue:`39259`.)"
854862msgstr ""
863+ "现在 :class:`~poplib.POP3` 和 :class:`~poplib.POP3_SSL` "
864+ "当它们的构造器所给定的超时参数为零以防止创建非阻塞套接字时会引发 :class:`ValueError`。 (由 Dong-hee Na 在 "
865+ ":issue:`39259` 中贡献。)"
855866
856867#: ../../whatsnew/3.9.rst:500
857868msgid "pprint"
@@ -862,6 +873,8 @@ msgid ""
862873":mod:`pprint` can now pretty-print :class:`types.SimpleNamespace`. "
863874"(Contributed by Carl Bordum Hansen in :issue:`37376`.)"
864875msgstr ""
876+ "现在 :mod:`pprint` 能美化打印 :class:`types.SimpleNamespace`。 (由 Carl Bordum Hansen"
877+ " 在 :issue:`37376` 中贡献。)"
865878
866879#: ../../whatsnew/3.9.rst:506
867880msgid "pydoc"
@@ -873,6 +886,8 @@ msgid ""
873886"etc, but for any object that has its own ``__doc__`` attribute. (Contributed"
874887" by Serhiy Storchaka in :issue:`40257`.)"
875888msgstr ""
889+ "文档字符串的显示现在不仅针对类、函数、方法等,也针对任何具有自己的 ``__doc__`` 属性的对象。 (由 Serhiy Storchaka 在 "
890+ ":issue:`40257` 中贡献。)"
876891
877892#: ../../whatsnew/3.9.rst:513
878893msgid "random"
@@ -883,6 +898,8 @@ msgid ""
883898"Add a new :attr:`random.Random.randbytes` method: generate random bytes. "
884899"(Contributed by Victor Stinner in :issue:`40286`.)"
885900msgstr ""
901+ "增加了新的 :attr:`random.Random.randbytes` 方法:生成随机字节串。 (由 Victor Stinner 在 "
902+ ":issue:`40286` 中贡献。)"
886903
887904#: ../../whatsnew/3.9.rst:519
888905msgid "signal"
0 commit comments