88# tomo, 2019
99# Yusuke Miyazaki <miyazaki.dev@gmail.com>, 2020
1010# OMOTO Kenji, 2020
11+ # Naoki Nakamura <agent@sohzoh.com>, 2020
1112#
1213#, fuzzy
1314msgid ""
@@ -16,7 +17,7 @@ msgstr ""
1617"Report-Msgid-Bugs-To : \n "
1718"POT-Creation-Date : 2020-02-09 12:40+0000\n "
1819"PO-Revision-Date : 2019-09-01 14:44+0000\n "
19- "Last-Translator : OMOTO Kenji , 2020\n "
20+ "Last-Translator : Naoki Nakamura <agent@sohzoh.com> , 2020\n "
2021"Language-Team : Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
2122"MIME-Version : 1.0\n "
2223"Content-Type : text/plain; charset=UTF-8\n "
@@ -236,6 +237,8 @@ msgid ""
236237"extensions built in release mode and C extensions built using the stable "
237238"ABI."
238239msgstr ""
240+ "Python はリリースモード、デバッグモード両方のビルドにおいて、同じABI を用いるようになりました。Unix において、Python "
241+ "がデバッグモードでビルドされている場合、リリースモードで、あるいは安定ABI を用いて、ビルドされたC拡張モジュールを読み込むことができます。"
239242
240243#: ../../whatsnew/3.8.rst:217
241244msgid ""
@@ -246,6 +249,11 @@ msgid ""
246249"environment variable, can be set using the new ``./configure --with-trace-"
247250"refs`` build option. (Contributed by Victor Stinner in :issue:`36465`.)"
248251msgstr ""
252+ "リリースビルドとデバッグビルドはABI 互換になりました。``Py_DEBUG`` マクロを定義することは、ABI "
253+ "の非互換性を引き起こす、``Py_TRACE_REFS`` マクロの定義を伴いません。:func:`sys.getobjects` 関数の定義や "
254+ ":envvar:`PYTHONDUMPREFS` 環境変数を加えるような ``Py_TRACE_REFS`` マクロは、新しいビルドオプション "
255+ "``./configure --with-trace-refs`` を有効にすることで利用できます。 (Victor Stinner の貢献による "
256+ ":issue:`36465`)"
249257
250258#: ../../whatsnew/3.8.rst:225
251259msgid ""
@@ -254,13 +262,19 @@ msgid ""
254262"extension built using a shared library Python. (Contributed by Victor "
255263"Stinner in :issue:`21536`.)"
256264msgstr ""
265+ "Unix においては、Android とCygwin を除き、C拡張モジュールはlibpython "
266+ "にリンクされなくなりました。静的リンクされたPython は、Python "
267+ "共有ライブラリを用いてビルドされたC拡張モジュールを読み込めます。(Victor Stinner の貢献による :issue:`21536`.)"
257268
258269#: ../../whatsnew/3.8.rst:232
259270msgid ""
260271"On Unix, when Python is built in debug mode, import now also looks for C "
261272"extensions compiled in release mode and for C extensions compiled with the "
262273"stable ABI. (Contributed by Victor Stinner in :issue:`36722`.)"
263274msgstr ""
275+ "Unix において、Python がデバッグモードでビルドされている場合、インポート(:keyword:`import`) "
276+ "は、リリースモードで、あるいは安定ABI を用いて、ビルドされたC拡張モジュールを探すようになりました。(Victor Stinner の貢献による "
277+ ":issue:`36722`.)"
264278
265279#: ../../whatsnew/3.8.rst:237
266280msgid ""
@@ -2846,7 +2860,7 @@ msgstr ""
28462860
28472861#: ../../whatsnew/3.8.rst:2211
28482862msgid "Notable changes in Python 3.8.1"
2849- msgstr ""
2863+ msgstr "Python3.8.1 での重要な変更点 "
28502864
28512865#: ../../whatsnew/3.8.rst:2213
28522866msgid ""
@@ -2857,14 +2871,20 @@ msgid ""
28572871"``loop.create_datagram_endpoint()``. (Contributed by Kyle Stanley, Antoine "
28582872"Pitrou, and Yury Selivanov in :issue:`37228`.)"
28592873msgstr ""
2874+ "セキュリティ上の重大な懸念により、:meth:`asyncio.loop.create_datagram_endpoint` での "
2875+ "*reuse_address* 引数は無効になりました。これはソケットオプション ``SO_REUSEADDR`` のUDP "
2876+ "における挙動が原因です。詳しくは、``loop.create_datagram_endpoint()`` のドキュメントを参照してください。(Kyle "
2877+ "Stanley, Antoine Pitrou, Yury Selivanov による貢献 :issue:`37228`)"
28602878
28612879#: ../../whatsnew/3.8.rst:2221
28622880msgid "Notable changes in Python 3.8.2"
2863- msgstr ""
2881+ msgstr "Python3.8.2 での重要な変更点 "
28642882
28652883#: ../../whatsnew/3.8.rst:2223
28662884msgid ""
28672885"Fixed a regression with the ``ignore`` callback of :func:`shutil.copytree`. "
28682886"The argument types are now str and List[str] again. (Contributed by Manuel "
28692887"Barkhau and Giampaolo Rodola in :issue:`39390`.)"
28702888msgstr ""
2889+ ":func:`shutil.copytree` における ``ignore`` コールバックの扱いを再修正しました。コールバックの引数は再び、 str "
2890+ "と List[str] になります。(Manuel Barkhau, Giampaolo Rodola の貢献による :issue:`39390`)"
0 commit comments