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

Commit6942f0e

Browse files
sync with cpython a442c87c
1 parentfc9f0d6 commit6942f0e

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed

‎library/token.po

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ msgid ""
77
msgstr ""
88
"Project-Id-Version:Python 3.13\n"
99
"Report-Msgid-Bugs-To:\n"
10-
"POT-Creation-Date:2024-09-23 07:52+0800\n"
10+
"POT-Creation-Date:2024-11-30 23:07+0000\n"
1111
"PO-Revision-Date:2018-05-23 16:13+0000\n"
1212
"Last-Translator:Adrian Liaw <adrianliaw2000@gmail.com>\n"
1313
"Language-Team:Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
@@ -287,28 +287,34 @@ msgid ""
287287
"only produced when :func:`ast.parse` is invoked with ``type_comments=True``."
288288
msgstr""
289289

290-
#:../../library/token.rst:82
290+
#:../../library/token.rst:84
291+
msgid""
292+
"A dictionary mapping the string representation of a token to its numeric "
293+
"code."
294+
msgstr""
295+
296+
#:../../library/token.rst:89
291297
msgid"Added :data:`!AWAIT` and :data:`!ASYNC` tokens."
292298
msgstr""
293299

294-
#:../../library/token.rst:85
300+
#:../../library/token.rst:92
295301
msgid"Added :data:`COMMENT`, :data:`NL` and :data:`ENCODING` tokens."
296302
msgstr""
297303

298-
#:../../library/token.rst:88
304+
#:../../library/token.rst:95
299305
msgid""
300306
"Removed :data:`!AWAIT` and :data:`!ASYNC` tokens.\"async\" and\"await\" "
301307
"are now tokenized as :data:`NAME` tokens."
302308
msgstr""
303309

304-
#:../../library/token.rst:92
310+
#:../../library/token.rst:99
305311
msgid""
306312
"Added :data:`TYPE_COMMENT`, :data:`TYPE_IGNORE`, :data:`COLONEQUAL`. Added :"
307313
"data:`!AWAIT` and :data:`!ASYNC` tokens back (they're needed to support "
308314
"parsing older Python versions for :func:`ast.parse` with ``feature_version`` "
309315
"set to 6 or lower)."
310316
msgstr""
311317

312-
#:../../library/token.rst:98
318+
#:../../library/token.rst:105
313319
msgid"Removed :data:`!AWAIT` and :data:`!ASYNC` tokens again."
314320
msgstr""

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp