Skip to content

Commit 753e432

Browse files
author
github-actions
committed
Merge 3.11 into 3.10
1 parent 41cca96 commit 753e432

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

c-api/complex.po

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ msgstr ""
2424

2525
#: ../../c-api/complex.rst:6
2626
msgid "Complex Number Objects"
27-
msgstr "複素数オブジェクト (complex number object)"
27+
msgstr "複素数オブジェクト"
2828

2929
#: ../../c-api/complex.rst:10
3030
msgid ""

whatsnew/3.0.po

+14
Original file line numberDiff line numberDiff line change
@@ -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."
4747
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+
"れています。"
4858

4959
#: ../../whatsnew/3.0.rst:63
5060
msgid ""
@@ -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."
639649
msgstr ""
650+
":pep:`3104`: :keyword:`nonlocal` 文。 ``nonlocal x`` を使うと外側の (ただしグ"
651+
"ローバルでない) スコープから、直接変数を代入することが出来るようになりま"
652+
"す。 :keyword:`!nonlocal` は新しく予約語になりました。"
640653

641654
#: ../../whatsnew/3.0.rst:378
642655
msgid ""
@@ -717,6 +730,7 @@ msgid ""
717730
":keyword:`!as` and :keyword:`with` are now reserved words. (Since 2.6, "
718731
"actually.)"
719732
msgstr ""
733+
":keyword:`!as` と :keyword:`with` は予約語になりました。 (実際には 2.6 から)"
720734

721735
#: ../../whatsnew/3.0.rst:414
722736
msgid ""

0 commit comments

Comments
 (0)