8000 Merge from 3.8 rst files. · nshaud/python-docs-fr@fd9b2eb · GitHub
[go: up one dir, main page]

Sk 8000 ip to content

Commit fd9b2eb

Browse files
committed
Merge from 3.8 rst files.
1 parent def079c commit fd9b2eb

File tree

224 files changed

+30946
-22555
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

224 files changed

+30946
-22555
lines changed

bugs.po

Lines changed: 48 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ msgid ""
55
msgstr ""
66
"Project-Id-Version: Python 3.6\n"
77
"Report-Msgid-Bugs-To: \n"
8-
"POT-Creation-Date: 2019-03-11 12:59+0100\n"
8+
"POT-Creation-Date: 2019-09-04 11:33+0200\n"
99
"PO-Revision-Date: 2019-08-23 09:13+0200\n"
1010
"Last-Translator: Antoine Wecxsteen\n"
1111
"Language-Team: FRENCH <traductions@lists.afpy.org>\n"
@@ -71,15 +71,44 @@ msgstr ""
7171
"volontaires, votre requête sera vue, mais elle peut prendre un moment pour "
7272
"être traitée."
7373

74-
#: ../Doc/bugs.rst:28
75-
msgid "`Documentation bugs`_ on the Python issue tracker"
74+
#: ../Doc/bugs.rst:30
75+
#, fuzzy
76+
msgid "`Documentation bugs`_"
77+
msgstr "Bogues de documentation"
78+
79+
#: ../Doc/bugs.rst:30
80+
#, fuzzy
81+
msgid ""
82+
"A list of documentation bugs that have been submitted to the Python issue "
83+
"tracker."
7684
msgstr "`Documentation bugs`_ sur le gestionnaire de tickets de Python"
7785

7886
#: ../Doc/bugs.rst:33
87+
msgid "`Issue Tracking <https://devguide.python.org/tracker/>`_"
88+
msgstr ""
89+
90+
#: ../Doc/bugs.rst:33
91+
msgid ""
92+
"Overview of the process involved in reporting an improvement on the tracker."
93+
msgstr ""
94+
95+
#: ../Doc/bugs.rst:35
96+
msgid ""
97+
"`Helping with Documentation <https://devguide.python.org/docquality/#helping-"
98+
"with-documentation>`_"
99+
msgstr ""
100+
101+
#: ../Doc/bugs.rst:36
102+
msgid ""
103+
"Comprehensive guide for individuals that are interested in contributing to "
104+
"Python documentation."
105+
msgstr ""
106+
107+
#: ../Doc/bugs.rst:41
79108
msgid "Using the Python issue tracker"
80109
msgstr "Utilisation du gestionnaire de tickets Python"
81110

82-
#: ../Doc/bugs.rst:35
111+
#: ../Doc/bugs.rst:43
83112
msgid ""
84113
"Bug reports for Python itself should be submitted via the Python Bug Tracker "
85114
"(https://bugs.python.org/). The bug tracker offers a Web form which allows "
@@ -90,7 +119,7 @@ msgstr ""
90119
"propose un formulaire Web permettant de saisir des informations pertinentes "
91120
"à soumettre aux développeurs."
92121

93-
#: ../Doc/bugs.rst:39
122+
#: ../Doc/bugs.rst:47
94123
msgid ""
95124
"The first step in filing a report is to determine whether the problem has "
96125
"already been reported. The advantage in doing so, aside from saving the "
@@ -108,7 +137,7 @@ msgstr ""
108137
"contribution est la bienvenue !). Pour ce faire, cherchez dans la base de "
109138
"données de bogues grâce à la boîte de recherche en haut de la page."
110139

111-
#: ../Doc/bugs.rst:46
140+
#: ../Doc/bugs.rst:54
112141
msgid ""
113142
"If the problem you're reporting is not already in the bug tracker, go back "
114143
"to the Python Bug Tracker and log in. If you don't already have a tracker "
@@ -123,7 +152,7 @@ msgstr ""
123152
"barre latérale. Il n'est pas possible de soumettre un rapport de bogue de "
124153
"manière anonyme."
125154

126-
#: ../Doc/bugs.rst:51
155+
#: ../Doc/bugs.rst:59
127156
msgid ""
128157
"Being now logged in, you can submit a bug. Select the \"Create New\" link "
129158
"in the sidebar to open the bug reporting form."
@@ -132,7 +161,7 @@ msgstr ""
132161
"*Create New* dans la barre latérale pour ouvrir un nouveau formulaire de "
133162
"rapport de bogue."
134163

135-
#: ../Doc/bugs.rst:54
164+
#: ../Doc/bugs.rst:62
136165
msgid ""
137166
"The submission form has a number of fields. For the \"Title\" field, enter "
138167
"a *very* short description of the problem; less than ten words is good. In "
@@ -145,7 +174,7 @@ msgstr ""
145174
"problème ; sélectionnez aussi « Composant » et « Versions » en rapport avec "
146175
"le bogue."
147176

148-
#: ../Doc/bugs.rst:59
177+
#: ../Doc/bugs.rst:67
149178
msgid ""
150179
"In the \"Comment\" field, describe the problem in detail, including what you "
151180
"expected to happen and what did happen. Be sure to include whether any "
@@ -158,7 +187,7 @@ msgstr ""
158187
"plateforme matérielle et logicielle vous utilisiez (en incluant les "
159188
"informations de versions)."
160189

161-
#: ../Doc/bugs.rst:64
190+
#: ../Doc/bugs.rst:72
162191
msgid ""
163192
"Each bug report will be assigned to a developer who will determine what "
164193
"needs to be done to correct the problem. You will receive an update each "
@@ -168,15 +197,15 @@ msgstr ""
168197
"nécessaire d'entreprendre pour corriger le problème. Vous recevrez une "
169198
"notification à chaque action effectuée sur le bogue."
170199

171-
#: ../Doc/bugs.rst:73
200+
#: ../Doc/bugs.rst:81
172201
msgid ""
173202
"`How to Report Bugs Effectively <https://www.chiark.greenend.org.uk/"
174203
"~sgtatham/bugs.html>`_"
175204
msgstr ""
176205
"`Comment signaler des bogues de manière efficace <https://www.chiark."
177206
"greenend.org.uk/~sgtatham/bugs.html>`_ (en anglais)"
178207

179-
#: ../Doc/bugs.rst:72
208+
#: ../Doc/bugs.rst:80
180209
msgid ""
181210
"Article which goes into some detail about how to create a useful bug report. "
182211
"This describes what kind of information is useful and why it is useful."
@@ -185,27 +214,28 @@ msgstr ""
185214
"bogue utile. Il décrit quel genre d'information est utile et pourquoi elle "
186215
"est utile."
187216

188-
#: ../Doc/bugs.rst:76
217+
#: ../Doc/bugs.rst:84
218+
#, fuzzy
189219
msgid ""
190-
"`Bug Writing Guidelines <https://developer.mozilla.org/en-US/docs/Mozilla/QA/"
191-
"Bug_writing_guidelines>`_"
220+
"`Bug Report Writing Guidelines <https://developer.mozilla.org/en-US/docs/"
221+
"Mozilla/QA/Bug_writing_guidelines>`_"
192222
msgstr ""
193223
"`Guide de la rédaction de rapports de bogues <https://developer.mozilla.org/"
194224
"en-US/docs/Mozilla/QA/Bug_writing_guidelines>`_"
195225

196-
#: ../Doc/bugs.rst:76
226+
#: ../Doc/bugs.rst:84
197227
msgid ""
198228
"Information about writing a good bug report. Some of this is specific to "
199229
"the Mozilla project, but describes general good practices."
200230
msgstr ""
201231
"Conseils pour écrire un bon rapport de bogue. Certains sont spécifiques au "
202232
"projet Mozilla mais présentent des bonnes pratiques générales."
203233

204-
#: ../Doc/bugs.rst:82
234+
#: ../Doc/bugs.rst:90
205235
msgid "Getting started contributing to Python yourself"
206236
msgstr "Commencer à contribuer à Python vous-même"
207237

208-
#: ../Doc/bugs.rst:84
238+
#: ../Doc/bugs.rst:92
209239
msgid ""
210240
"Beyond just reporting bugs that you find, you are also welcome to submit "
211241
"patches to fix them. You can find more information on how to get started "

c-api/buffer.po

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ msgid ""
55
msgstr ""
66
"Project-Id-Version: Python 3.6\n"
77
"Report-Msgid-Bugs-To: \n"
8-
"POT-Creation-Date: 2018-12-21 09:48+0100\n"
8+
"POT-Creation-Date: 2019-09-04 11:33+0200\n"
99
"PO-Revision-Date: 2018-10-04 12:18+0200\n"
1010
"Last-Translator: \n"
1111
"Language-Team: FRENCH <traductions@lists.afpy.org>\n"
@@ -576,24 +576,18 @@ msgid ""
576576
"dimensional array as follows:"
577577
msgstr ""
578578

579-
#: ../Doc/c-api/buffer.rst:358
580-
msgid ""
581-
"``ptr = (char *)buf + indices[0] * strides[0] + ... + indices[n-1] * "
582-
"strides[n-1]`` ``item = *((typeof(item) *)ptr);``"
583-
msgstr ""
584-
585-
#: ../Doc/c-api/buffer.rst:362
579+
#: ../Doc/c-api/buffer.rst:364
586580
msgid ""
587581
"As noted above, :c:member:`~Py_buffer.buf` can point to any location within "
588582
"the actual memory block. An exporter can check the validity of a buffer with "
589583
"this function:"
590584
msgstr ""
591585

592-
#: ../Doc/c-api/buffer.rst:396
586+
#: ../Doc/c-api/buffer.rst:398
593587
msgid "PIL-style: shape, strides and suboffsets"
594588
msgstr ""
595589

596-
#: ../Doc/c-api/buffer.rst:398
590+
#: ../Doc/c-api/buffer.rst:400
597591
msgid ""
598592
"In addition to the regular items, PIL-style arrays can contain pointers that "
599593
"must be followed in order to get to the next element in a dimension. For "
@@ -604,33 +598,33 @@ msgid ""
604598
"x[2][3]`` arrays that can be located anywhere in memory."
605599
msgstr ""
606600

607-
#: ../Doc/c-api/buffer.rst:407
601+
#: ../Doc/c-api/buffer.rst:409
608602
msgid ""
609603
"Here is a function that returns a pointer to the element in an N-D array "
610604
"pointed to by an N-dimensional index when there are both non-NULL strides "
611605
"and suboffsets::"
612606
msgstr ""
613607

614-
#: ../Doc/c-api/buffer.rst:426
608+
#: ../Doc/c-api/buffer.rst:428
615609
msgid "Buffer-related functions"
616610
msgstr "Fonctions relatives aux tampons"
617611

618-
#: ../Doc/c-api/buffer.rst:430
612+
#: ../Doc/c-api/buffer.rst:432
619613
msgid ""
620614
"Return ``1`` if *obj* supports the buffer interface otherwise ``0``. When "
621615
"``1`` is returned, it doesn't guarantee that :c:func:`PyObject_GetBuffer` "
622616
"will succeed. This function always succeeds."
623617
msgstr ""
624618

625-
#: ../Doc/c-api/buffer.rst:437
619+
#: ../Doc/c-api/buffer.rst:439
626620
msgid ""
627621
"Send a request to *exporter* to fill in *view* as specified by *flags*. If "
628622
"the exporter cannot provide a buffer of the exact type, it MUST raise :c:"
629623
"data:`PyExc_BufferError`, set :c:member:`view->obj` to *NULL* and return "
630624
"``-1``."
631625
msgstr ""
632626

633-
#: ../Doc/c-api/buffer.rst:442
627+
#: ../Doc/c-api/buffer.rst:444
634628
msgid ""
635629
"On success, fill in *view*, set :c:member:`view->obj` to a new reference to "
636630
"*exporter* and return 0. In the case of chained buffer providers that "
@@ -639,81 +633,87 @@ msgid ""
639633
"<buffer-structs>`)."
640634
msgstr ""
641635

642-
#: ../Doc/c-api/buffer.rst:447
636+
#: ../Doc/c-api/buffer.rst:449
643637
msgid ""
644638
"Successful calls to :c:func:`PyObject_GetBuffer` must be paired with calls "
645639
"to :c:func:`PyBuffer_Release`, similar to :c:func:`malloc` and :c:func:"
646640
"`free`. Thus, after the consumer is done with the buffer, :c:func:"
647641
"`PyBuffer_Release` must be called exactly once."
648642
msgstr ""
649643

650-
#: ../Doc/c-api/buffer.rst:455
644+
#: ../Doc/c-api/buffer.rst:457
651645
msgid ""
652646
"Release the buffer *view* and decrement the reference count for :c:member:"
653647
"`view->obj`. This function MUST be called when the buffer is no longer being "
654648
"used, otherwise reference leaks may occur."
655649
msgstr ""
656650

657-
#: ../Doc/c-api/buffer.rst:459
651+
#: ../Doc/c-api/buffer.rst:461
658652
msgid ""
659653
"It is an error to call this function on a buffer that was not obtained via :"
660654
"c:func:`PyObject_GetBuffer`."
661655
msgstr ""
662656

663-
#: ../Doc/c-api/buffer.rst:465
657+
#: ../Doc/c-api/buffer.rst:467
664658
msgid ""
665659
"Return the implied :c:data:`~Py_buffer.itemsize` from :c:data:`~Py_buffer."
666660
"format`. This function is not yet implemented."
667661
msgstr ""
668662

669-
#: ../Doc/c-api/buffer.rst:471
663+
#: ../Doc/c-api/buffer.rst:473
670664
msgid ""
671665
"Return ``1`` if the memory defined by the *view* is C-style (*order* is "
672666
"``'C'``) or Fortran-style (*order* is ``'F'``) :term:`contiguous` or either "
673667
"one (*order* is ``'A'``). Return ``0`` otherwise. This function always "
674668
"succeeds."
675669
msgstr ""
676670

677-
#: ../Doc/c-api/buffer.rst:478
671+
#: ../Doc/c-api/buffer.rst:480
672+
msgid ""
673+
"Get the memory area pointed to by the *indices* inside the given *view*. "
674+
"*indices* must point to an array of ``view->ndim`` indices."
675+
msgstr ""
676+
677+
#: ../Doc/c-api/buffer.rst:486
678678
msgid ""
679679
"Copy *len* bytes from *src* to its contiguous representation in *buf*. "
680680
"*order* can be ``'C'`` or ``'F'`` (for C-style or Fortran-style ordering). "
681681
"``0`` is returned on success, ``-1`` on error."
682682
msgstr ""
683683

684-
#: ../Doc/c-api/buffer.rst:482
684+
#: ../Doc/c-api/buffer.rst:490
685685
msgid "This function fails if *len* != *src->len*."
686686
msgstr ""
687687

688-
#: ../Doc/c-api/buffer.rst:487
688+
#: ../Doc/c-api/buffer.rst:495
689689
msgid ""
690690
"Fill the *strides* array with byte-strides of a :term:`contiguous` (C-style "
691691
"if *order* is ``'C'`` or Fortran-style if *order* is ``'F'``) array of the "
692692
"given shape with the given number of bytes per element."
693693
msgstr ""
694694

695-
#: ../Doc/c-api/buffer.rst:494
695+
#: ../Doc/c-api/buffer.rst:502
696696
msgid ""
697697
"Handle buffer requests for an exporter that wants to expose *buf* of size "
698698
"*len* with writability set according to *readonly*. *buf* is interpreted as "
699699
"a sequence of unsigned bytes."
700700
msgstr ""
701701

702-
#: ../Doc/c-api/buffer.rst:498
702+
#: ../Doc/c-api/buffer.rst:506
703703
msgid ""
704704
"The *flags* argument indicates the request type. This function always fills "
705705
"in *view* as specified by flags, unless *buf* has been designated as read-"
706706
"only and :c:macro:`PyBUF_WRITABLE` is set in *flags*."
707707
msgstr ""
708708

709-
#: ../Doc/c-api/buffer.rst:502
709+
#: ../Doc/c-api/buffer.rst:510
710710
msgid ""
711711
"On success, set :c:member:`view->obj` to a new reference to *exporter* and "
712712
"return 0. Otherwise, raise :c:data:`PyExc_BufferError`, set :c:member:`view-"
713713
">obj` to *NULL* and return ``-1``;"
714714
msgstr ""
715715

716-
#: ../Doc/c-api/buffer.rst:506
716+
#: ../Doc/c-api/buffer.rst:514
717717
msgid ""
718718
"If this function is used as part of a :ref:`getbufferproc <buffer-structs>`, "
719719
"*exporter* MUST be set to the exporting object and *flags* must be passed "

c-api/code.po

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ msgid ""
55
msgstr ""
66
"Project-Id-Version: Python 3.6\n"
77
"Report-Msgid-Bugs-To: \n"
8-
"POT-Creation-Date: 2017-04-02 22:11+0200\n"
8+
"POT-Creation-Date: 2019-09-04 11:33+0200\n"
99
"PO-Revision-Date: 2018-02-15 00:30+0100\n"
1010
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1111
"Language-Team: FRENCH <traductions@lists.afpy.org>\n"
@@ -64,7 +64,20 @@ msgstr ""
6464
"c:func:`PyCode_New` peut vous lier directement à une version spécifique de "
6565
"Python, le *bytecode* étant sujet à modifications."
6666

67-
#: ../Doc/c-api/code.rst:46
67+
#: ../Doc/c-api/code.rst:43
68+
msgid ""
69+
"Raises an :ref:`auditing event <auditing>` ``code.__new__`` with arguments "
70+
"``code``, ``filename``, ``name``, ``argcount``, ``posonlyargcount``, "
71+
"``kwonlyargcount``, ``nlocals``, ``stacksize``, ``flags``."
72+
msgstr ""
73+
74+
#: ../Doc/c-api/code.rst:47
75+
msgid ""
76+
"Similar to :c:func:`PyCode_New`, but with an extra \"posonlyargcount\" for "
77+
"positonal-only arguments."
78+
msgstr ""
79+
80+
#: ../Doc/c-api/code.rst:53
6881
msgid ""
6982
"Return a new empty code object with the specified filename, function name, "
7083
"and first line number. It is illegal to :func:`exec` or :func:`eval` the "

0 commit comments

Comments
 (0)
0