1717#, fuzzy
1818msgid ""
1919msgstr ""
20- "Project-Id-Version :Python 3.8 \n "
20+ "Project-Id-Version :Python 3.9 \n "
2121"Report-Msgid-Bugs-To :\n "
22- "POT-Creation-Date :2020-02-09 12:40 +0000\n "
22+ "POT-Creation-Date :2020-05-31 09:25 +0000\n "
2323"PO-Revision-Date :2017-02-16 17:33+0000\n "
2424"Last-Translator :tomo, 2020\n "
2525"Language-Team :Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
@@ -759,12 +759,10 @@ msgstr ":c:func:`PyObject_GetBuffer` を通して取得していないバッフ
759759#: ../../c-api/buffer.rst:467
760760msgid ""
761761"Return the implied :c:data:`~Py_buffer.itemsize` from "
762- ":c:data:`~Py_buffer.format`.This function is not yet implemented ."
762+ ":c:data:`~Py_buffer.format`.On error, raise an exception and return -1 ."
763763msgstr ""
764- ":c:data:`~Py_buffer.itemsize` の値を :c:data:`~PyBuffer.format` から計算して返します。\n"
765- "この関数はまだ実装されていません。"
766764
767- #: ../../c-api/buffer.rst:473
765+ #: ../../c-api/buffer.rst:475
768766msgid ""
769767"Return ``1`` if the memory defined by the *view* is C-style (*order* is "
770768"``'C'``) or Fortran-style (*order* is ``'F'``) :term:`contiguous` or either "
@@ -775,22 +773,22 @@ msgstr ""
775773"それ以外の場合は ``0`` を返します。\n"
776774"この関数は常に成功します。"
777775
778- #: ../../c-api/buffer.rst:480
776+ #: ../../c-api/buffer.rst:482
779777msgid ""
780778"Get the memory area pointed to by the *indices* inside the given *view*. "
781779"*indices* must point to an array of ``view->ndim`` indices."
782780msgstr ""
783781"与えられた *view* 内にある *indices* が指すメモリ領域を取得します。\n"
784782"*indices* は ``view->ndim`` 個のインデックスからなる配列を指していなければなりません。"
785783
786- #: ../../c-api/buffer.rst:486
784+ #: ../../c-api/buffer.rst:488
787785msgid ""
788786"Copy contiguous *len* bytes from *buf* to *view*. *fort* can be ``'C'`` or "
789787"``'F'`` (for C-style or Fortran-style ordering). ``0`` is returned on "
790788"success, ``-1`` on error."
791789msgstr ""
792790
793- #: ../../c-api/buffer.rst:493
791+ #: ../../c-api/buffer.rst:495
794792msgid ""
795793"Copy *len* bytes from *src* to its contiguous representation in *buf*. "
796794"*order* can be ``'C'`` or ``'F'`` or ``'A'`` (for C-style or Fortran-style "
@@ -800,11 +798,11 @@ msgstr ""
800798"*order* は ``'C'`` または ``'F'`` または ``'A'`` (C スタイル順序または Fortran スタイル順序またはそれ以外) が指定できます。\n"
801799"成功したら ``0`` が返り、エラーなら ``-1`` が返ります。"
802800
803- #: ../../c-api/buffer.rst:497
801+ #: ../../c-api/buffer.rst:499
804802msgid "This function fails if *len* != *src->len*."
805803msgstr "*len* != *src->len* の場合、この関数は失敗します。"
806804
807- #: ../../c-api/buffer.rst:502
805+ #: ../../c-api/buffer.rst:504
808806msgid ""
809807"Fill the *strides* array with byte-strides of a :term:`contiguous` (C-style "
810808"if *order* is ``'C'`` or Fortran-style if *order* is ``'F'``) array of the "
@@ -814,7 +812,7 @@ msgstr ""
814812"<contiguous>` (*order* が ``'C'`` なら C-style 、 ``'F'`` なら Fortran-style の) "
815813"多次元配列として埋める。"
816814
817- #: ../../c-api/buffer.rst:509
815+ #: ../../c-api/buffer.rst:511
818816msgid ""
819817"Handle buffer requests for an exporter that wants to expose *buf* of size "
820818"*len* with writability set according to *readonly*. *buf* is interpreted as "
@@ -823,7 +821,7 @@ msgstr ""
823821"サイズが *len* の *buf* を *readonly* に従った書き込み可/不可の設定で公開するバッファリクエストを処理します。\n"
824822"*buf* は符号無しバイトの列として解釈されます。"
825823
826- #: ../../c-api/buffer.rst:513
824+ #: ../../c-api/buffer.rst:515
827825msgid ""
828826"The *flags* argument indicates the request type. This function always fills "
829827"in *view* as specified by flags, unless *buf* has been designated as read-"
@@ -832,7 +830,7 @@ msgstr ""
832830"*flags* 引数はリクエストのタイプを示します。\n"
833831"この関数は、 *buf* が読み出し専用と指定されていて、 *flags* に :c:macro:`PyBUF_WRITABLE` が設定されていない限り、常にフラグに指定された通りに *view* を埋めます。"
834832
835- #: ../../c-api/buffer.rst:517
833+ #: ../../c-api/buffer.rst:519
836834msgid ""
837835"On success, set :c:member:`view->obj` to a new reference to *exporter* and "
838836"return 0. Otherwise, raise :c:data:`PyExc_BufferError`, set "
@@ -841,7 +839,7 @@ msgstr ""
841839"成功したときは、 :c:member:`view->obj` に *exporter* への新しい参照を設定し、 0 を返します。\n"
842840"失敗したときは、 :c:data:`PyExc_BufferError` を送出し、 :c:member:`view->obj` に ``NULL`` を設定し、 ``-1`` を返します;"
843841
844- #: ../../c-api/buffer.rst:521
842+ #: ../../c-api/buffer.rst:523
845843msgid ""
846844"If this function is used as part of a :ref:`getbufferproc <buffer-structs>`,"
847845" *exporter* MUST be set to the exporting object and *flags* must be passed "