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 d68333d commit 69268f3Copy full SHA for 69268f3
whatsnew/3.0.po
@@ -651,6 +651,9 @@ msgid ""
651
"now assign directly to a variable in an outer (but non-global) scope. :"
652
"keyword:`!nonlocal` is a new reserved word."
653
msgstr ""
654
+":pep:`3104`: :keyword:`nonlocal` 文。 ``nonlocal x`` を使うと外側の (ただしグ"
655
+"ローバルでない) スコープから、直接変数を代入することが出来るようになりま"
656
+"す。 :keyword:`!nonlocal` は新しく予約語になりました。"
657
658
#: ../../whatsnew/3.0.rst:378
659
msgid ""
@@ -731,6 +734,7 @@ msgid ""
731
734
":keyword:`!as` and :keyword:`with` are now reserved words. (Since 2.6, "
732
735
"actually.)"
733
736
737
+":keyword:`!as` と :keyword:`with` は予約語になりました。 (実際には 2.6 から)"
738
739
#: ../../whatsnew/3.0.rst:414
740
0 commit comments