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 a422a6e commit fdcf37dCopy full SHA for fdcf37d
2 files changed
howto/pyporting.po
@@ -134,6 +134,8 @@ msgid ""
134
"works in both Python 2 & 3 (e.g. use mypy_ to check your typing under both "
135
"Python 2 & Python 3)."
136
msgstr ""
137
+"考虑使用可选的静态类型检查来确保你的类型用法在 Python 2 和 3 中都适用 (例如使用 mypy_ 来检查你在 Python 2 和 "
138
+"Python 3 中的类型)。"
139
140
#: ../../howto/pyporting.rst:50
141
msgid "Details"
library/urllib.parse.po
@@ -577,6 +577,8 @@ msgid ""
577
":exc:`TypeError` being raised, while attempting to pass in non-ASCII byte "
578
"values will trigger :exc:`UnicodeDecodeError`."
579
580
+"试图在单个函数调用中混用 :class:`str` 数据和 :class:`bytes` 或 :class:`bytearray` 数据将导致引发 "
581
+":exc:`TypeError`,而试图传入非 ASCII 字节值则将引发 :exc:`UnicodeDecodeError`。"
582
583
#: ../../library/urllib.parse.rst:425
584
msgid ""
0 commit comments