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 9afb90e commit 9eead65Copy full SHA for 9eead65
1 file changed
howto/logging-cookbook.po
@@ -199,6 +199,10 @@ msgid ""
199
"hood which is too slow (and this query can be deep in the socket library "
200
"code, below the Python layer, and outside your control)."
201
msgstr ""
202
+"一个常见的缓慢行为是:class:`SMTPHandler`: "
203
+",由于开发者无法控制的多种原因(例如,性能不佳的邮件或网络基础架构),发送电子邮件可能需要很长时间。 "
204
+"其实几乎所有基于网络的处理程序都可能造成阻塞:即便是:class:`SocketHandler` "
205
+"也可能在底层进行DNS查询,这太慢了(这个查询会深入至套接字代码,位于Python层之下,这是不受开发者控制的)。"
206
207
#: ../../howto/logging-cookbook.rst:346
208
msgid ""
0 commit comments