Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83fc4b4 commit cb73064Copy full SHA for cb73064
1 file changed
whatsnew/3.9.po
@@ -911,6 +911,8 @@ msgid ""
911
"signals to a process using a file descriptor instead of a pid. "
912
"(:issue:`38712`)"
913
msgstr ""
914
+"对外公开了 Linux 专属的 :func:`signal.pidfd_send_signal` 用于向使用文件描述符而非 pid 的进程发送信号。 "
915
+"(:issue:`38712`)"
916
917
#: ../../whatsnew/3.9.rst:525
918
msgid "smtplib"
@@ -923,6 +925,9 @@ msgid ""
923
925
"prevent the creation of a non-blocking socket. (Contributed by Dong-hee Na "
924
926
"in :issue:`39259`.)"
927
928
+"现在 :class:`~smtplib.SMTP` 和 :class:`~smtplib.SMTP_SSL` "
929
+"当它们的构造器所给定的超时参数为零以防止创建非阻塞套接字时会引发 :class:`ValueError`。 (由 Dong-hee Na 在 "
930
+":issue:`39259` 中贡献。)"
931
932
#: ../../whatsnew/3.9.rst:531
933
msgid ""
0 commit comments