@@ -45,6 +45,16 @@ msgid ""
4545"all that much -- by and large, we're mostly fixing well-known annoyances and "
4646"warts, and removing a lot of old cruft."
4747msgstr ""
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+ "れています。"
4858
4959#: ../../whatsnew/3.0.rst:63
5060msgid ""
@@ -637,6 +647,9 @@ msgid ""
637647"now assign directly to a variable in an outer (but non-global) scope. :"
638648"keyword:`!nonlocal` is a new reserved word."
639649msgstr ""
650+ ":pep:`3104`: :keyword:`nonlocal` 文。 ``nonlocal x`` を使うと外側の (ただしグ"
651+ "ローバルでない) スコープから、直接変数を代入することが出来るようになりま"
652+ "す。 :keyword:`!nonlocal` は新しく予約語になりました。"
640653
641654#: ../../whatsnew/3.0.rst:378
642655msgid ""
@@ -717,6 +730,7 @@ msgid ""
717730":keyword:`!as` and :keyword:`with` are now reserved words. (Since 2.6, "
718731"actually.)"
719732msgstr ""
733+ ":keyword:`!as` と :keyword:`with` は予約語になりました。 (実際には 2.6 から)"
720734
721735#: ../../whatsnew/3.0.rst:414
722736msgid ""
0 commit comments