@@ -10,8 +10,8 @@ msgstr ""
1010"Project-Id-Version :Python 2.7\n "
1111"Report-Msgid-Bugs-To :\n "
1212"POT-Creation-Date :2021-01-01 01:01+0900\n "
13- "PO-Revision-Date :2019-09-01 05:18 +0000\n "
14- "Last-Translator :tomo \n "
13+ "PO-Revision-Date :2021-06-19 09:00 +0000\n "
14+ "Last-Translator :Mikami Akiko \n "
1515"Language-Team :Japanese (http://www.transifex.com/python-doc/python-27/language/ja/)\n "
1616"MIME-Version :1.0\n "
1717"Content-Type :text/plain; charset=UTF-8\n "
@@ -921,7 +921,7 @@ msgid ""
921921":func:`getc` was, but is around 66%, and potentially much faster on some "
922922"particular operating systems. Tim Peters did much of the benchmarking and "
923923"coding for this change, motivated by a discussion in comp.lang.python."
924- msgstr ""
924+ msgstr "行指向のファイルI/Oの速度が改善されたのは、その速度が十分ではないことに不満を持つ人が多く、また、ナイーブなベンチマークとして使われることが多かったからです。ファイルオブジェクトの :meth:`readline` メソッドが高速に動作するよう書き換えられました。正確な値は、Cライブラリの :func:`getc` の遅さに依存するためプラットフォームごとに異なりますが、約66%高速になりました。特定のオペレーティングシステムではもっと速くなる可能性があります。 comp.lang.python での議論がきっかけとなり、Tim Peters がこの変更のためのベンチマークとコーディングの多くを行いました。 "
925925
926926#: ../../whatsnew/2.1.rst:722
927927msgid ""
@@ -931,14 +931,14 @@ msgid ""
931931"object that only supports being iterated over, reading a line on every "
932932"iteration but not reading the entire file into memory as the existing "
933933":meth:`readlines` method does. You'd use it like this::"
934- msgstr ""
934+ msgstr "また、 Jeff Epler によって、ファイルオブジェクトのための新しいモジュールとメソッドが追加されました。新しいメソッドの :meth:`xreadlines` は、既存のビルトイン関数 :func:`xrange` に似ています。 :func:`xreadlines` は、逐次処理のみをサポートする不透明データ型のシーケンスオブジェクトを返します。これは、逐次的に行を読み込みますが、既存の :meth:`readlines` メソッドのようにファイル全体をメモリに読み込むことはありません。以下のように使用します。 "
935935
936936#: ../../whatsnew/2.1.rst:733
937937msgid ""
938938"For a fuller discussion of the line I/O changes, see the python-dev summary "
939939"for January 1--15, 2001 at https://mail.python.org/pipermail/python-"
940940"dev/2001-January/."
941- msgstr ""
941+ msgstr "ライン I/O の変更についての詳しい説明は、 https://mail.python.org/pipermail/python-dev/2001-January/ にある 2001 年 1 月 1--15 日の python-dev のまとめをご覧ください。 "
942942
943943#: ../../whatsnew/2.1.rst:736
944944msgid ""