Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
sync with cpython 99c72326
  • Loading branch information
github-actions[bot] authored Dec 8, 2021
commit 4855cc7a87a1c4fe708b76efc6078644ded1bb50
37 changes: 18 additions & 19 deletions library/dis.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Python 3.10\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-10-26 16:47+0000\n"
"POT-Creation-Date: 2021-12-08 16:23+0000\n"
"PO-Revision-Date: 2018-07-27 16:55+0800\n"
"Last-Translator: Adrian Liaw <adrianliaw2000@gmail.com>\n"
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
Expand Down Expand Up @@ -1228,81 +1228,80 @@ msgstr ""

#: ../../library/dis.rst:1255
msgid ""
"Pops TOS. If TOS was not ``None``, raises an exception. The ``kind`` operand "
"corresponds to the type of generator or coroutine and determines the error "
"message. The legal kinds are 0 for generator, 1 for coroutine, and 2 for "
"Pops TOS. The ``kind`` operand corresponds to the type of generator or "
"coroutine. The legal kinds are 0 for generator, 1 for coroutine, and 2 for "
"async generator."
msgstr ""

#: ../../library/dis.rst:1265
#: ../../library/dis.rst:1264
msgid ""
"Lift the top *count* stack items one position up, and move TOS down to "
"position *count*."
msgstr ""

#: ../../library/dis.rst:1273
#: ../../library/dis.rst:1272
msgid ""
"This is not really an opcode. It identifies the dividing line between "
"opcodes which don't use their argument and those that do (``< "
"HAVE_ARGUMENT`` and ``>= HAVE_ARGUMENT``, respectively)."
msgstr ""

#: ../../library/dis.rst:1277
#: ../../library/dis.rst:1276
msgid ""
"Now every instruction has an argument, but opcodes ``< HAVE_ARGUMENT`` "
"ignore it. Before, only opcodes ``>= HAVE_ARGUMENT`` had an argument."
msgstr ""

#: ../../library/dis.rst:1285
#: ../../library/dis.rst:1284
msgid "Opcode collections"
msgstr ""

#: ../../library/dis.rst:1287
#: ../../library/dis.rst:1286
msgid ""
"These collections are provided for automatic introspection of bytecode "
"instructions:"
msgstr ""

#: ../../library/dis.rst:1292
#: ../../library/dis.rst:1291
msgid "Sequence of operation names, indexable using the bytecode."
msgstr ""

#: ../../library/dis.rst:1297
#: ../../library/dis.rst:1296
msgid "Dictionary mapping operation names to bytecodes."
msgstr ""

#: ../../library/dis.rst:1302
#: ../../library/dis.rst:1301
msgid "Sequence of all compare operation names."
msgstr ""

#: ../../library/dis.rst:1307
#: ../../library/dis.rst:1306
msgid "Sequence of bytecodes that access a constant."
msgstr ""

#: ../../library/dis.rst:1312
#: ../../library/dis.rst:1311
msgid ""
"Sequence of bytecodes that access a free variable (note that 'free' in this "
"context refers to names in the current scope that are referenced by inner "
"scopes or names in outer scopes that are referenced from this scope. It "
"does *not* include references to global or builtin scopes)."
msgstr ""

#: ../../library/dis.rst:1320
#: ../../library/dis.rst:1319
msgid "Sequence of bytecodes that access an attribute by name."
msgstr ""

#: ../../library/dis.rst:1325
#: ../../library/dis.rst:1324
msgid "Sequence of bytecodes that have a relative jump target."
msgstr ""

#: ../../library/dis.rst:1330
#: ../../library/dis.rst:1329
msgid "Sequence of bytecodes that have an absolute jump target."
msgstr ""

#: ../../library/dis.rst:1335
#: ../../library/dis.rst:1334
msgid "Sequence of bytecodes that access a local variable."
msgstr ""

#: ../../library/dis.rst:1340
#: ../../library/dis.rst:1339
msgid "Sequence of bytecodes of Boolean operations."
msgstr ""
4 changes: 2 additions & 2 deletions whatsnew/3.10.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Python 3.10\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-11-09 00:12+0000\n"
"POT-Creation-Date: 2021-12-08 16:23+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
Expand Down Expand Up @@ -1340,7 +1340,7 @@ msgid ""
"keyword:`case <match>`, and :keyword:`_ <wildcard-patterns>` in pattern-"
"matching statements. However, this highlighting is not perfect and will be "
"incorrect in some rare cases, including some ``_``-s in ``case`` patterns. "
"(Contributed by Tal Einat in bpo-44010.)"
"(Contributed by Tal Einat in :issue:`44010`.)"
msgstr ""

#: ../../whatsnew/3.10.rst:1168
Expand Down