@@ -45,6 +45,16 @@ msgid ""
45
45
"all that much -- by and large, we're mostly fixing well-known annoyances and "
46
46
"warts, and removing a lot of old cruft."
47
47
msgstr ""
48
+ "この記事では 2.6 と比較した Python 3.0 での新機能を解説します。\n"
49
+ "Python 3.0、あるいは \" Python 3000\" 、 \" Py3K\" は初めて *意図的に後方非互換"
50
+ "にした* Python のリリースです。\n"
51
+ "Python 3.0 は2008年12月3日にリリースされました。\n"
52
+ "通常のリリースよりも多くの変更があり、全ての Python ユーザにとって重要で"
53
+ "す。\n"
54
+ "しかし、変更について理解したら Python に実際にはそれほど変更がないことが分か"
55
+ "るでしょう。\n"
56
+ "全体的に見れば、よく知られた悩みの種が概ね解決され、昔の粗雑なものが取り除か"
57
+ "れています。"
48
58
49
59
#: ../../whatsnew/3.0.rst:63
50
60
msgid ""
@@ -637,6 +647,9 @@ msgid ""
637
647
"now assign directly to a variable in an outer (but non-global) scope. :"
638
648
"keyword:`!nonlocal` is a new reserved word."
639
649
msgstr ""
650
+ ":pep:`3104`: :keyword:`nonlocal` 文。 ``nonlocal x`` を使うと外側の (ただしグ"
651
+ "ローバルでない) スコープから、直接変数を代入することが出来るようになりま"
652
+ "す。 :keyword:`!nonlocal` は新しく予約語になりました。"
640
653
641
654
#: ../../whatsnew/3.0.rst:378
642
655
msgid ""
@@ -717,6 +730,7 @@ msgid ""
717
730
":keyword:`!as` and :keyword:`with` are now reserved words. (Since 2.6, "
718
731
"actually.)"
719
732
msgstr ""
733
+ ":keyword:`!as` と :keyword:`with` は予約語になりました。 (実際には 2.6 から)"
720
734
721
735
#: ../../whatsnew/3.0.rst:414
722
736
msgid ""
0 commit comments