55msgstr ""
66"Project-Id-Version : Python 3.6\n "
77"Report-Msgid-Bugs-To : \n "
8- "POT-Creation-Date : 2018-11-29 16:06 +0100\n "
8+ "POT-Creation-Date : 2018-12-12 22:58 +0100\n "
99"PO-Revision-Date : YEAR-MO-DA HO:MI+ZONE\n "
1010"Last-Translator : FULL NAME <EMAIL@ADDRESS>\n "
1111"Language-Team : FRENCH <traductions@lists.afpy.org>\n "
@@ -130,17 +130,17 @@ msgid ""
130130msgstr ""
131131
132132#: ../Doc/c-api/structures.rst:129 ../Doc/c-api/structures.rst:240
133- #: ../Doc/c-api/structures.rst:306
133+ #: ../Doc/c-api/structures.rst:305
134134msgid "Field"
135135msgstr ""
136136
137137#: ../Doc/c-api/structures.rst:129 ../Doc/c-api/structures.rst:240
138- #: ../Doc/c-api/structures.rst:306
138+ #: ../Doc/c-api/structures.rst:305
139139msgid "C Type"
140140msgstr "Type C"
141141
142142#: ../Doc/c-api/structures.rst:129 ../Doc/c-api/structures.rst:240
143- #: ../Doc/c-api/structures.rst:306
143+ #: ../Doc/c-api/structures.rst:305
144144msgid "Meaning"
145145msgstr "Signification"
146146
@@ -150,8 +150,8 @@ msgstr ""
150150
151151#: ../Doc/c-api/structures.rst:131 ../Doc/c-api/structures.rst:139
152152#: ../Doc/c-api/structures.rst:242 ../Doc/c-api/structures.rst:255
153- #: ../Doc/c-api/structures.rst:271 ../Doc/c-api/structures.rst:308
154- #: ../Doc/c-api/structures.rst:316
153+ #: ../Doc/c-api/structures.rst:271 ../Doc/c-api/structures.rst:307
154+ #: ../Doc/c-api/structures.rst:315
155155msgid "const char \\ *"
156156msgstr ""
157157
@@ -486,92 +486,91 @@ msgstr ""
486486msgid ""
487487":attr:`flags` can be ``0`` for write and read access or :c:macro:`READONLY` "
488488"for read-only access. Using :c:macro:`T_STRING` for :attr:`type` implies :c:"
489- "macro:`READONLY`. :c:macro:`T_STRING` data is interpreted as UTF-8. Only :c:"
490- "macro:`T_OBJECT` and :c:macro:`T_OBJECT_EX` members can be deleted. (They "
491- "are set to *NULL*)."
489+ "macro:`READONLY`. Only :c:macro:`T_OBJECT` and :c:macro:`T_OBJECT_EX` "
490+ "members can be deleted. (They are set to *NULL*)."
492491msgstr ""
493492
494- #: ../Doc/c-api/structures.rst:302
493+ #: ../Doc/c-api/structures.rst:301
495494msgid ""
496495"Structure to define property-like access for a type. See also description of "
497496"the :c:member:`PyTypeObject.tp_getset` slot."
498497msgstr ""
499498
500- #: ../Doc/c-api/structures.rst:308
499+ #: ../Doc/c-api/structures.rst:307
501500msgid "name"
502501msgstr ""
503502
504- #: ../Doc/c-api/structures.rst:308
503+ #: ../Doc/c-api/structures.rst:307
505504msgid "attribute name"
506505msgstr ""
507506
508- #: ../Doc/c-api/structures.rst:310
507+ #: ../Doc/c-api/structures.rst:309
509508msgid "get"
510509msgstr ""
511510
512- #: ../Doc/c-api/structures.rst:310
511+ #: ../Doc/c-api/structures.rst:309
513512msgid "getter"
514513msgstr ""
515514
516- #: ../Doc/c-api/structures.rst:310
515+ #: ../Doc/c-api/structures.rst:309
517516msgid "C Function to get the attribute"
518517msgstr ""
519518
520- #: ../Doc/c-api/structures.rst:312
519+ #: ../Doc/c-api/structures.rst:311
521520msgid "set"
522521msgstr ""
523522
524- #: ../Doc/c-api/structures.rst:312
523+ #: ../Doc/c-api/structures.rst:311
525524msgid "setter"
526525msgstr ""
527526
528- #: ../Doc/c-api/structures.rst:312
527+ #: ../Doc/c-api/structures.rst:311
529528msgid ""
530529"optional C function to set or delete the attribute, if omitted the attribute "
531530"is readonly"
532531msgstr ""
533532
534- #: ../Doc/c-api/structures.rst:316
533+ #: ../Doc/c-api/structures.rst:315
535534msgid "doc"
536535msgstr ""
537536
538- #: ../Doc/c-api/structures.rst:316
537+ #: ../Doc/c-api/structures.rst:315
539538msgid "optional docstring"
540539msgstr ""
541540
542- #: ../Doc/c-api/structures.rst:318
541+ #: ../Doc/c-api/structures.rst:317
543542msgid "closure"
544543msgstr ""
545544
546- #: ../Doc/c-api/structures.rst:318
545+ #: ../Doc/c-api/structures.rst:317
547546msgid "void \\ *"
548547msgstr ""
549548
550- #: ../Doc/c-api/structures.rst:318
549+ #: ../Doc/c-api/structures.rst:317
551550msgid ""
552551"optional function pointer, providing additional data for getter and setter"
553552msgstr ""
554553
555- #: ../Doc/c-api/structures.rst:323
554+ #: ../Doc/c-api/structures.rst:322
556555msgid ""
557556"The ``get`` function takes one :c:type:`PyObject\\ *` parameter (the "
558557"instance) and a function pointer (the associated ``closure``)::"
559558msgstr ""
560559
561- #: ../Doc/c-api/structures.rst:328
560+ #: ../Doc/c-api/structures.rst:327
562561msgid ""
563562"It should return a new reference on success or *NULL* with a set exception "
564563"on failure."
565564msgstr ""
566565
567- #: ../Doc/c-api/structures.rst:331
566+ #: ../Doc/c-api/structures.rst:330
568567msgid ""
569568"``set`` functions take two :c:type:`PyObject\\ *` parameters (the instance "
570569"and the value to be set) and a function pointer (the associated "
571570"``closure``)::"
572571msgstr ""
573572
574- #: ../Doc/c-api/structures.rst:336
573+ #: ../Doc/c-api/structures.rst:335
575574msgid ""
576575"In case the attribute should be deleted the second parameter is *NULL*. "
577576"Should return ``0`` on success or ``-1`` with a set exception on failure."
0 commit comments