Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Sync with CPython 3.10#166

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
mattwang44 merged 3 commits into3.10fromcron/sync/3.10
Dec 11, 2021
Merged
Show file tree
Hide file tree
Changes fromall commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletionshowto/annotations.po
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -7,7 +7,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-11 00:08+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 DownExpand Up@@ -219,7 +219,7 @@ msgstr ""

#: ../../howto/annotations.rst:159
msgid ""
":pep:`604` union types using `|`, before support for this was added to "
":pep:`604` union types using ``|``, before support for this was added to "
"Python 3.10."
msgstr ""

Expand Down
37 changes: 18 additions & 19 deletionslibrary/dis.po
View file
Open in desktop
Original file line numberDiff line numberDiff 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 DownExpand 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 ""
6 changes: 3 additions & 3 deletionslibrary/json.po
View file
Open in desktop
Original file line numberDiff line numberDiff 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-12 19:07+0000\n"
"POT-Creation-Date: 2021-12-07 18:17+0000\n"
"PO-Revision-Date: 2018-05-23 16:04+0000\n"
"Last-Translator: Adrian Liaw <adrianliaw2000@gmail.com>\n"
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
Expand DownExpand Up@@ -133,7 +133,7 @@ msgstr ""
msgid ""
"If *check_circular* is false (default: ``True``), then the circular "
"reference check for container types will be skipped and a circular reference "
"will result in an :exc:`OverflowError` (or worse)."
"will result in an :exc:`RecursionError` (or worse)."
msgstr ""

#: ../../library/json.rst:164
Expand DownExpand Up@@ -504,7 +504,7 @@ msgstr ""
msgid ""
"If *check_circular* is true (the default), then lists, dicts, and custom "
"encoded objects will be checked for circular references during encoding to "
"prevent an infinite recursion (which would cause an :exc:`OverflowError`). "
"prevent an infinite recursion (which would cause an :exc:`RecursionError`). "
"Otherwise, no such check takes place."
msgstr ""

Expand Down
Loading

[8]ページ先頭

©2009-2025 Movatter.jp