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 7e0613f commit fb3dc29Copy full SHA for fb3dc29
1 file changed
library/ssl.po
@@ -3104,6 +3104,8 @@ msgid ""
3104
"typically used by framework authors that want to implement asynchronous IO "
3105
"for SSL through memory buffers."
3106
msgstr ""
3107
+":class:`SSLSocket` 的简化形式,表示一个不包含任何网络 IO 方法的 SSL 协议实例。 这个类通常由想要通过内存缓冲区为 SSL "
3108
+"实现异步 IO 的框架作者来使用。"
3109
3110
#: ../../library/ssl.rst:2467
3111
msgid ""
@@ -3112,6 +3114,8 @@ msgid ""
3112
3114
"but does not provide any network IO itself. IO needs to be performed through"
3113
3115
" separate \"BIO\" objects which are OpenSSL's IO abstraction layer."
3116
3117
+"这个类在低层级 SSL 对象上实现了一个接口,与 OpenSSL 所实现的类似。 此对象会捕获 SSL 连接的状态但其本身不提供任何网络 IO。 IO "
3118
+"需要通过单独的 \"BIO\" 对象来执行,该对象是 OpenSSL 的 IO 抽象层。"
3119
3120
#: ../../library/ssl.rst:2472
3121
0 commit comments