@@ -10,8 +10,8 @@ msgstr ""
10
10
"Project-Id-Version :Python 2.7\n "
11
11
"Report-Msgid-Bugs-To :\n "
12
12
"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 "
15
15
"Language-Team :Japanese (http://www.transifex.com/python-doc/python-27/language/ja/)\n "
16
16
"MIME-Version :1.0\n "
17
17
"Content-Type :text/plain; charset=UTF-8\n "
@@ -921,7 +921,7 @@ msgid ""
921
921
":func:`getc` was, but is around 66%, and potentially much faster on some "
922
922
"particular operating systems. Tim Peters did much of the benchmarking and "
923
923
"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 がこの変更のためのベンチマークとコーディングの多くを行いました。 "
925
925
926
926
#: ../../whatsnew/2.1.rst:722
927
927
msgid ""
@@ -931,14 +931,14 @@ msgid ""
931
931
"object that only supports being iterated over, reading a line on every "
932
932
"iteration but not reading the entire file into memory as the existing "
933
933
":meth:`readlines` method does. You'd use it like this::"
934
- msgstr ""
934
+ msgstr "また、 Jeff Epler によって、ファイルオブジェクトのための新しいモジュールとメソッドが追加されました。新しいメソッドの :meth:`xreadlines` は、既存のビルトイン関数 :func:`xrange` に似ています。 :func:`xreadlines` は、逐次処理のみをサポートする不透明データ型のシーケンスオブジェクトを返します。これは、逐次的に行を読み込みますが、既存の :meth:`readlines` メソッドのようにファイル全体をメモリに読み込むことはありません。以下のように使用します。 "
935
935
936
936
#: ../../whatsnew/2.1.rst:733
937
937
msgid ""
938
938
"For a fuller discussion of the line I/O changes, see the python-dev summary "
939
939
"for January 1--15, 2001 at https://mail.python.org/pipermail/python-"
940
940
"dev/2001-January/."
941
- msgstr ""
941
+ msgstr "ライン I/O の変更についての詳しい説明は、 https://mail.python.org/pipermail/python-dev/2001-January/ にある 2001 年 1 月 1--15 日の python-dev のまとめをご覧ください。 "
942
942
943
943
#: ../../whatsnew/2.1.rst:736
944
944
msgid ""