@@ -14,7 +14,7 @@ msgid ""
14
14
msgstr ""
15
15
"Project-Id-Version :Python 3.8\n "
16
16
"Report-Msgid-Bugs-To :\n "
17
- "POT-Creation-Date :2020-01-01 12:19 +0000\n "
17
+ "POT-Creation-Date :2020-01-13 12:25 +0000\n "
18
18
"PO-Revision-Date :2017-02-16 17:48+0000\n "
19
19
"Last-Translator :Osamu NAKAMURA, 2019\n "
20
20
"Language-Team :Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
@@ -449,10 +449,18 @@ msgstr ""
449
449
"に対して、このビジターは単独のノードではなくノードのリストを返すかもしれません。"
450
450
451
451
#: /home/travis/build/python/cpython-doc-catalog/Doc/library/ast.rst:317
452
+ msgid ""
453
+ "If :class:`NodeTransformer` introduces new nodes (that weren't part of "
454
+ "original tree) without giving them location information (such as "
455
+ ":attr:`lineno`), :func:`fix_missing_locations` should be called with the new"
456
+ " sub-tree to recalculate the location information::"
457
+ msgstr ""
458
+
459
+ #: /home/travis/build/python/cpython-doc-catalog/Doc/library/ast.rst:325
452
460
msgid "Usually you use the transformer like this::"
453
461
msgstr "たいてい、変換器の使い方は次のようになります::"
454
462
455
- #: /home/travis/build/python/cpython-doc-catalog/Doc/library/ast.rst:324
463
+ #: /home/travis/build/python/cpython-doc-catalog/Doc/library/ast.rst:332
456
464
msgid ""
457
465
"Return a formatted dump of the tree in *node*. This is mainly useful for "
458
466
"debugging purposes. If *annotate_fields* is true (by default), the returned"
@@ -463,7 +471,7 @@ msgid ""
463
471
"true."
464
472
msgstr ""
465
473
466
- #: /home/travis/build/python/cpython-doc-catalog/Doc/library/ast.rst:334
474
+ #: /home/travis/build/python/cpython-doc-catalog/Doc/library/ast.rst:342
467
475
msgid ""
468
476
"`Green Tree Snakes <https://greentreesnakes.readthedocs.io/>`_, an external "
469
477
"documentation resource, has good details on working with Python ASTs."