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 c999221 commit d605a76Copy full SHA for d605a76
1 file changed
howto/logging-cookbook.po
@@ -315,9 +315,8 @@ msgid ""
315
"implementing your alternative there, as well as adapting the above script to"
316
" use your alternative serialization."
317
msgstr ""
318
-"请注意,在某些情况下序列化会存在一些安全。如果这影响到你,那么你可以通过覆盖 "
319
-":meth:`~handlers.SocketHandler.makePickle` "
320
-"方法,使用自己的实现来解决,并调整上述脚本也使用覆盖后的序列化方法。"
+"请注意,某些时候 pickle 会存在一些安全问题。若有问题可换用自己的序列化方案,只要覆盖 "
+":meth:`~handlers.SocketHandler.makePickle` 方法即可,并调整上述脚本以采用自己的序列化方案。 "
321
322
#: ../../howto/logging-cookbook.rst:547
323
msgid "Adding contextual information to your logging output"
0 commit comments