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

Skip to content

Commit fdcf37d

Browse files
[po] auto sync
1 parent a422a6e commit fdcf37d

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

howto/pyporting.po

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,8 @@ msgid ""
134134
"works in both Python 2 & 3 (e.g. use mypy_ to check your typing under both "
135135
"Python 2 & Python 3)."
136136
msgstr ""
137+
"考虑使用可选的静态类型检查来确保你的类型用法在 Python 2 和 3 中都适用 (例如使用 mypy_ 来检查你在 Python 2 和 "
138+
"Python 3 中的类型)。"
137139

138140
#: ../../howto/pyporting.rst:50
139141
msgid "Details"

library/urllib.parse.po

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -577,6 +577,8 @@ msgid ""
577577
":exc:`TypeError` being raised, while attempting to pass in non-ASCII byte "
578578
"values will trigger :exc:`UnicodeDecodeError`."
579579
msgstr ""
580+
"试图在单个函数调用中混用 :class:`str` 数据和 :class:`bytes` 或 :class:`bytearray` 数据将导致引发 "
581+
":exc:`TypeError`,而试图传入非 ASCII 字节值则将引发 :exc:`UnicodeDecodeError`。"
580582

581583
#: ../../library/urllib.parse.rst:425
582584
msgid ""

0 commit comments

Comments
 (0)