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 b965cfa commit ebf7bf4Copy full SHA for ebf7bf4
1 file changed
library/urllib.request.po
@@ -1090,13 +1090,16 @@ msgid ""
1090
"define it if they want to catch all URLs with no specific registered handler"
1091
" to open it."
1092
msgstr ""
1093
+"本方法在 :class:`BaseHandler` 中 *未* 予定义,但其子类若要捕获并打开所有未注册 handler 的 URL,则应进行定义。"
1094
1095
#: ../../library/urllib.request.rst:760
1096
msgid ""
1097
"This method, if implemented, will be called by the :attr:`parent` "
1098
":class:`OpenerDirector`. Return values should be the same as for "
1099
":meth:`default_open`."
1100
1101
+"若实现了本方法,将会被 :attr:`parent` 属性指向的父 :class:`OpenerDirector` 调用。返回值和 "
1102
+":meth:`default_open` 的一样。"
1103
1104
#: ../../library/urllib.request.rst:767
1105
0 commit comments