Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9eead65

Browse files
committed
[po] auto sync bot
1 parent 9afb90e commit 9eead65

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

howto/logging-cookbook.po

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,10 @@ msgid ""
199199
"hood which is too slow (and this query can be deep in the socket library "
200200
"code, below the Python layer, and outside your control)."
201201
msgstr ""
202+
"一个常见的缓慢行为是:class:`SMTPHandler`: "
203+
",由于开发者无法控制的多种原因(例如,性能不佳的邮件或网络基础架构),发送电子邮件可能需要很长时间。 "
204+
"其实几乎所有基于网络的处理程序都可能造成阻塞:即便是:class:`SocketHandler` "
205+
"也可能在底层进行DNS查询,这太慢了(这个查询会深入至套接字代码,位于Python层之下,这是不受开发者控制的)。"
202206

203207
#: ../../howto/logging-cookbook.rst:346
204208
msgid ""

0 commit comments

Comments
 (0)