|
5 | 5 | msgstr ""
|
6 | 6 | "Project-Id-Version: Python 3.6\n"
|
7 | 7 | "Report-Msgid-Bugs-To: \n"
|
8 |
| -"POT-Creation-Date: 2019-09-04 11:33+0200\n" |
| 8 | +"POT-Creation-Date: 2019-10-09 17:54+0200\n" |
9 | 9 | "PO-Revision-Date: 2018-10-04 12:18+0200\n"
|
10 | 10 | "Last-Translator: \n"
|
11 | 11 | "Language-Team: FRENCH <traductions@lists.afpy.org>\n"
|
@@ -676,44 +676,51 @@ msgstr ""
|
676 | 676 |
|
677 | 677 | #: ../Doc/c-api/buffer.rst:486
|
678 | 678 | msgid ""
|
| 679 | +"Copy contiguous *len* bytes from *buf* to *view*. *fort* can be ``'C'`` or " |
| 680 | +"``'F'`` (for C-style or Fortran-style ordering). ``0`` is returned on " |
| 681 | +"success, ``-1`` on error." |
| 682 | +msgstr "" |
| 683 | + |
| 684 | +#: ../Doc/c-api/buffer.rst:493 |
| 685 | +msgid "" |
679 | 686 | "Copy *len* bytes from *src* to its contiguous representation in *buf*. "
|
680 |
| -"*order* can be ``'C'`` or ``'F'`` (for C-style or Fortran-style ordering). " |
681 |
| -"``0`` is returned on success, ``-1`` on error." |
| 687 | +"*order* can be ``'C'`` or ``'F'`` or ``'A'`` (for C-style or Fortran-style " |
| 688 | +"ordering or either one). ``0`` is returned on success, ``-1`` on error." |
682 | 689 | msgstr ""
|
683 | 690 |
|
684 |
| -#: ../Doc/c-api/buffer.rst:490 |
| 691 | +#: ../Doc/c-api/buffer.rst:497 |
685 | 692 | msgid "This function fails if *len* != *src->len*."
|
686 | 693 | msgstr ""
|
687 | 694 |
|
688 |
| -#: ../Doc/c-api/buffer.rst:495 |
| 695 | +#: ../Doc/c-api/buffer.rst:502 |
689 | 696 | msgid ""
|
690 | 697 | "Fill the *strides* array with byte-strides of a :term:`contiguous` (C-style "
|
691 | 698 | "if *order* is ``'C'`` or Fortran-style if *order* is ``'F'``) array of the "
|
692 | 699 | "given shape with the given number of bytes per element."
|
693 | 700 | msgstr ""
|
694 | 701 |
|
695 |
| -#: ../Doc/c-api/buffer.rst:502 |
| 702 | +#: ../Doc/c-api/buffer.rst:509 |
696 | 703 | msgid ""
|
697 | 704 | "Handle buffer requests for an exporter that wants to expose *buf* of size "
|
698 | 705 | "*len* with writability set according to *readonly*. *buf* is interpreted as "
|
699 | 706 | "a sequence of unsigned bytes."
|
700 | 707 | msgstr ""
|
701 | 708 |
|
702 |
| -#: ../Doc/c-api/buffer.rst:506 |
| 709 | +#: ../Doc/c-api/buffer.rst:513 |
703 | 710 | msgid ""
|
704 | 711 | "The *flags* argument indicates the request type. This function always fills "
|
705 | 712 | "in *view* as specified by flags, unless *buf* has been designated as read-"
|
706 | 713 | "only and :c:macro:`PyBUF_WRITABLE` is set in *flags*."
|
707 | 714 | msgstr ""
|
708 | 715 |
|
709 |
| -#: ../Doc/c-api/buffer.rst:510 |
| 716 | +#: ../Doc/c-api/buffer.rst:517 |
710 | 717 | msgid ""
|
711 | 718 | "On success, set :c:member:`view->obj` to a new reference to *exporter* and "
|
712 | 719 | "return 0. Otherwise, raise :c:data:`PyExc_BufferError`, set :c:member:`view-"
|
713 | 720 | ">obj` to *NULL* and return ``-1``;"
|
714 | 721 | msgstr ""
|
715 | 722 |
|
716 |
| -#: ../Doc/c-api/buffer.rst:514 |
| 723 | +#: ../Doc/c-api/buffer.rst:521 |
717 | 724 | msgid ""
|
718 | 725 | "If this function is used as part of a :ref:`getbufferproc <buffer-structs>`, "
|
719 | 726 | "*exporter* MUST be set to the exporting object and *flags* must be passed "
|
|
0 commit comments