Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25719eb commit 84af5f8Copy full SHA for 84af5f8
whatsnew/3.0.po
@@ -646,6 +646,9 @@ msgid ""
646
"now assign directly to a variable in an outer (but non-global) scope. :"
647
"keyword:`!nonlocal` is a new reserved word."
648
msgstr ""
649
+":pep:`3104`: :keyword:`nonlocal` 文。 ``nonlocal x`` を使うと外側の (ただしグ"
650
+"ローバルでない) スコープから、直接変数を代入することが出来るようになりま"
651
+"す。 :keyword:`!nonlocal` は新しく予約語になりました。"
652
653
#: ../../whatsnew/3.0.rst:378
654
msgid ""
@@ -726,6 +729,7 @@ msgid ""
726
729
":keyword:`!as` and :keyword:`with` are now reserved words. (Since 2.6, "
727
730
"actually.)"
728
731
732
+":keyword:`!as` と :keyword:`with` は予約語になりました。 (実際には 2.6 から)"
733
734
#: ../../whatsnew/3.0.rst:414
735
0 commit comments