From 41073d4143096b85f8d388e672a0ef591398888e Mon Sep 17 00:00:00 2001 From: Vincent Poulailleau Date: Wed, 18 May 2022 17:49:15 +0200 Subject: [PATCH] auto fill reStructuredText-only strings --- c-api/bytes.po | 24 ++++---- c-api/exceptions.po | 4 +- c-api/init.po | 16 ++--- c-api/structures.po | 18 +++--- c-api/typeobj.po | 14 ++--- c-api/unicode.po | 44 +++++++------- install/index.po | 10 ++-- library/asyncio-api-index.po | 16 ++--- library/asyncio-llapi-index.po | 72 +++++++++++------------ library/datetime.po | 2 +- library/importlib.po | 16 ++--- library/io.po | 10 ++-- library/mailbox.po | 12 ++-- library/optparse.po | 8 +-- library/profile.po | 4 +- library/select.po | 2 +- library/smtplib.po | 6 +- library/ssl.po | 56 +++++++++--------- library/statistics.po | 2 +- library/stdtypes.po | 104 ++++++++++++++++----------------- library/tkinter.dnd.po | 2 +- library/types.po | 2 +- whatsnew/2.7.po | 2 +- whatsnew/3.7.po | 14 ++--- 24 files changed, 230 insertions(+), 230 deletions(-) diff --git a/c-api/bytes.po b/c-api/bytes.po index cfa4fd8d..f8f40a1c 100644 --- a/c-api/bytes.po +++ b/c-api/bytes.po @@ -96,7 +96,7 @@ msgstr "Commentaires" #: c-api/bytes.rst:70 msgid ":attr:`%%`" -msgstr "" +msgstr ":attr:`%%`" #: c-api/bytes.rst:70 msgid "*n/a*" @@ -108,7 +108,7 @@ msgstr "" #: c-api/bytes.rst:72 msgid ":attr:`%c`" -msgstr "" +msgstr ":attr:`%c`" #: c-api/bytes.rst:75 c-api/bytes.rst:96 msgid "int" @@ -120,7 +120,7 @@ msgstr "" #: c-api/bytes.rst:75 msgid ":attr:`%d`" -msgstr "" +msgstr ":attr:`%d`" #: c-api/bytes.rst:75 msgid "Equivalent to ``printf(\"%d\")``. [1]_" @@ -128,7 +128,7 @@ msgstr "" #: c-api/bytes.rst:78 msgid ":attr:`%u`" -msgstr "" +msgstr ":attr:`%u`" #: c-api/bytes.rst:78 msgid "unsigned int" @@ -140,7 +140,7 @@ msgstr "" #: c-api/bytes.rst:81 msgid ":attr:`%ld`" -msgstr "" +msgstr ":attr:`%ld`" #: c-api/bytes.rst:81 msgid "long" @@ -152,7 +152,7 @@ msgstr "" #: c-api/bytes.rst:84 msgid ":attr:`%lu`" -msgstr "" +msgstr ":attr:`%lu`" #: c-api/bytes.rst:84 msgid "unsigned long" @@ -164,7 +164,7 @@ msgstr "" #: c-api/bytes.rst:87 msgid ":attr:`%zd`" -msgstr "" +msgstr ":attr:`%zd`" #: c-api/bytes.rst:87 msgid ":c:type:`\\ Py_ssize_t`" @@ -176,7 +176,7 @@ msgstr "" #: c-api/bytes.rst:90 msgid ":attr:`%zu`" -msgstr "" +msgstr ":attr:`%zu`" #: c-api/bytes.rst:90 msgid "size_t" @@ -188,7 +188,7 @@ msgstr "" #: c-api/bytes.rst:93 msgid ":attr:`%i`" -msgstr "" +msgstr ":attr:`%i`" #: c-api/bytes.rst:93 msgid "Equivalent to ``printf(\"%i\")``. [1]_" @@ -196,7 +196,7 @@ msgstr "" #: c-api/bytes.rst:96 msgid ":attr:`%x`" -msgstr "" +msgstr ":attr:`%x`" #: c-api/bytes.rst:96 msgid "Equivalent to ``printf(\"%x\")``. [1]_" @@ -204,7 +204,7 @@ msgstr "" #: c-api/bytes.rst:99 msgid ":attr:`%s`" -msgstr "" +msgstr ":attr:`%s`" #: c-api/bytes.rst:99 msgid "const char\\*" @@ -216,7 +216,7 @@ msgstr "" #: c-api/bytes.rst:102 msgid ":attr:`%p`" -msgstr "" +msgstr ":attr:`%p`" #: c-api/bytes.rst:102 msgid "const void\\*" diff --git a/c-api/exceptions.po b/c-api/exceptions.po index 329d90b9..a5228638 100644 --- a/c-api/exceptions.po +++ b/c-api/exceptions.po @@ -1133,7 +1133,7 @@ msgstr ":c:data:`PyExc_ModuleNotFoundError`." #: c-api/exceptions.rst:966 msgid ":exc:`ModuleNotFoundError`" -msgstr "" +msgstr ":exc:`ModuleNotFoundError`" #: c-api/exceptions.rst:968 msgid ":c:data:`PyExc_NameError`" @@ -1197,7 +1197,7 @@ msgstr ":c:data:`PyExc_ReferenceError`" #: c-api/exceptions.rst:982 msgid ":exc:`RecursionError`" -msgstr "" +msgstr ":exc:`RecursionError`" #: c-api/exceptions.rst:984 msgid ":c:data:`PyExc_ReferenceError`" diff --git a/c-api/init.po b/c-api/init.po index 09b3b9aa..591bb0db 100644 --- a/c-api/init.po +++ b/c-api/init.po @@ -1780,7 +1780,7 @@ msgstr "" #: c-api/init.rst:1577 msgid ":const:`PyTrace_CALL`" -msgstr "" +msgstr ":const:`PyTrace_CALL`" #: c-api/init.rst:1582 c-api/init.rst:1593 msgid "Always :c:data:`Py_None`." @@ -1788,7 +1788,7 @@ msgstr "" #: c-api/init.rst:1579 msgid ":const:`PyTrace_EXCEPTION`" -msgstr "" +msgstr ":const:`PyTrace_EXCEPTION`" #: c-api/init.rst:1579 msgid "Exception information as returned by :func:`sys.exc_info`." @@ -1796,11 +1796,11 @@ msgstr "" #: c-api/init.rst:1582 msgid ":const:`PyTrace_LINE`" -msgstr "" +msgstr ":const:`PyTrace_LINE`" #: c-api/init.rst:1584 msgid ":const:`PyTrace_RETURN`" -msgstr "" +msgstr ":const:`PyTrace_RETURN`" #: c-api/init.rst:1584 msgid "" @@ -1809,7 +1809,7 @@ msgstr "" #: c-api/init.rst:1587 msgid ":const:`PyTrace_C_CALL`" -msgstr "" +msgstr ":const:`PyTrace_C_CALL`" #: c-api/init.rst:1589 c-api/init.rst:1591 msgid "Function object being called." @@ -1817,15 +1817,15 @@ msgstr "" #: c-api/init.rst:1589 msgid ":const:`PyTrace_C_EXCEPTION`" -msgstr "" +msgstr ":const:`PyTrace_C_EXCEPTION`" #: c-api/init.rst:1591 msgid ":const:`PyTrace_C_RETURN`" -msgstr "" +msgstr ":const:`PyTrace_C_RETURN`" #: c-api/init.rst:1593 msgid ":const:`PyTrace_OPCODE`" -msgstr "" +msgstr ":const:`PyTrace_OPCODE`" #: c-api/init.rst:1598 msgid "" diff --git a/c-api/structures.po b/c-api/structures.po index d7107763..74eac27f 100644 --- a/c-api/structures.po +++ b/c-api/structures.po @@ -245,7 +245,7 @@ msgstr "Signification" #: c-api/structures.rst:253 msgid ":attr:`ml_name`" -msgstr "" +msgstr ":attr:`ml_name`" #: c-api/structures.rst:261 c-api/structures.rst:427 c-api/structures.rst:510 #: c-api/structures.rst:518 @@ -258,7 +258,7 @@ msgstr "" #: c-api/structures.rst:255 msgid ":attr:`ml_meth`" -msgstr "" +msgstr ":attr:`ml_meth`" #: c-api/structures.rst:255 msgid "PyCFunction" @@ -270,7 +270,7 @@ msgstr "" #: c-api/structures.rst:258 msgid ":attr:`ml_flags`" -msgstr "" +msgstr ":attr:`ml_flags`" #: c-api/structures.rst:416 c-api/structures.rst:439 msgid "int" @@ -282,7 +282,7 @@ msgstr "" #: c-api/structures.rst:261 msgid ":attr:`ml_doc`" -msgstr "" +msgstr ":attr:`ml_doc`" #: c-api/structures.rst:427 msgid "points to the contents of the docstring" @@ -448,7 +448,7 @@ msgstr "" #: c-api/structures.rst:414 msgid ":attr:`name`" -msgstr "" +msgstr ":attr:`name`" #: c-api/structures.rst:414 msgid "name of the member" @@ -456,7 +456,7 @@ msgstr "" #: c-api/structures.rst:416 msgid ":attr:`!type`" -msgstr "" +msgstr ":attr:`!type`" #: c-api/structures.rst:416 msgid "the type of the member in the C struct" @@ -464,7 +464,7 @@ msgstr "" #: c-api/structures.rst:419 msgid ":attr:`offset`" -msgstr "" +msgstr ":attr:`offset`" #: c-api/structures.rst:455 msgid "Py_ssize_t" @@ -477,7 +477,7 @@ msgstr "" #: c-api/structures.rst:423 msgid ":attr:`flags`" -msgstr "" +msgstr ":attr:`flags`" #: c-api/structures.rst:423 msgid "flag bits indicating if the field should be read-only or writable" @@ -485,7 +485,7 @@ msgstr "" #: c-api/structures.rst:427 msgid ":attr:`doc`" -msgstr "" +msgstr ":attr:`doc`" #: c-api/structures.rst:431 msgid "" diff --git a/c-api/typeobj.po b/c-api/typeobj.po index 61961b3f..86e9e890 100644 --- a/c-api/typeobj.po +++ b/c-api/typeobj.po @@ -171,7 +171,7 @@ msgstr "" #: c-api/typeobj.rst:64 c-api/typeobj.rst:68 msgid ":ref:`sub-slots`" -msgstr "" +msgstr ":ref:`sub-slots`" #: c-api/typeobj.rst:64 c-api/typeobj.rst:68 c-api/typeobj.rst:82 msgid "%" @@ -2147,7 +2147,7 @@ msgstr "Comparaison" #: c-api/typeobj.rst:1441 msgid ":const:`Py_LT`" -msgstr "" +msgstr ":const:`Py_LT`" #: c-api/typeobj.rst:1441 msgid "``<``" @@ -2155,7 +2155,7 @@ msgstr "``<``" #: c-api/typeobj.rst:1443 msgid ":const:`Py_LE`" -msgstr "" +msgstr ":const:`Py_LE`" #: c-api/typeobj.rst:1443 msgid "``<=``" @@ -2163,7 +2163,7 @@ msgstr "``<=``" #: c-api/typeobj.rst:1445 msgid ":const:`Py_EQ`" -msgstr "" +msgstr ":const:`Py_EQ`" #: c-api/typeobj.rst:1445 msgid "``==``" @@ -2171,7 +2171,7 @@ msgstr "``==``" #: c-api/typeobj.rst:1447 msgid ":const:`Py_NE`" -msgstr "" +msgstr ":const:`Py_NE`" #: c-api/typeobj.rst:1447 msgid "``!=``" @@ -2179,7 +2179,7 @@ msgstr "``!=``" #: c-api/typeobj.rst:1449 msgid ":const:`Py_GT`" -msgstr "" +msgstr ":const:`Py_GT`" #: c-api/typeobj.rst:1449 msgid "``>``" @@ -2187,7 +2187,7 @@ msgstr "``>``" #: c-api/typeobj.rst:1451 msgid ":const:`Py_GE`" -msgstr "" +msgstr ":const:`Py_GE`" #: c-api/typeobj.rst:1451 msgid "``>=``" diff --git a/c-api/unicode.po b/c-api/unicode.po index 98c8181a..bd5c282b 100644 --- a/c-api/unicode.po +++ b/c-api/unicode.po @@ -480,7 +480,7 @@ msgstr "Commentaires" #: c-api/unicode.rst:471 msgid ":attr:`%%`" -msgstr "" +msgstr ":attr:`%%`" #: c-api/unicode.rst:471 msgid "*n/a*" @@ -492,7 +492,7 @@ msgstr "" #: c-api/unicode.rst:473 msgid ":attr:`%c`" -msgstr "" +msgstr ":attr:`%c`" #: c-api/unicode.rst:476 c-api/unicode.rst:512 msgid "int" @@ -504,7 +504,7 @@ msgstr "" #: c-api/unicode.rst:476 msgid ":attr:`%d`" -msgstr "" +msgstr ":attr:`%d`" #: c-api/unicode.rst:476 msgid "Equivalent to ``printf(\"%d\")``. [1]_" @@ -512,7 +512,7 @@ msgstr "" #: c-api/unicode.rst:479 msgid ":attr:`%u`" -msgstr "" +msgstr ":attr:`%u`" #: c-api/unicode.rst:479 msgid "unsigned int" @@ -524,7 +524,7 @@ msgstr "" #: c-api/unicode.rst:482 msgid ":attr:`%ld`" -msgstr "" +msgstr ":attr:`%ld`" #: c-api/unicode.rst:485 msgid "long" @@ -536,7 +536,7 @@ msgstr "" #: c-api/unicode.rst:485 msgid ":attr:`%li`" -msgstr "" +msgstr ":attr:`%li`" #: c-api/unicode.rst:485 msgid "Equivalent to ``printf(\"%li\")``. [1]_" @@ -544,7 +544,7 @@ msgstr "" #: c-api/unicode.rst:488 msgid ":attr:`%lu`" -msgstr "" +msgstr ":attr:`%lu`" #: c-api/unicode.rst:488 msgid "unsigned long" @@ -556,7 +556,7 @@ msgstr "" #: c-api/unicode.rst:491 msgid ":attr:`%lld`" -msgstr "" +msgstr ":attr:`%lld`" #: c-api/unicode.rst:494 msgid "long long" @@ -568,7 +568,7 @@ msgstr "" #: c-api/unicode.rst:494 msgid ":attr:`%lli`" -msgstr "" +msgstr ":attr:`%lli`" #: c-api/unicode.rst:494 msgid "Equivalent to ``printf(\"%lli\")``. [1]_" @@ -576,7 +576,7 @@ msgstr "" #: c-api/unicode.rst:497 msgid ":attr:`%llu`" -msgstr "" +msgstr ":attr:`%llu`" #: c-api/unicode.rst:497 msgid "unsigned long long" @@ -588,7 +588,7 @@ msgstr "" #: c-api/unicode.rst:500 msgid ":attr:`%zd`" -msgstr "" +msgstr ":attr:`%zd`" #: c-api/unicode.rst:503 msgid ":c:type:`\\ Py_ssize_t`" @@ -600,7 +600,7 @@ msgstr "" #: c-api/unicode.rst:503 msgid ":attr:`%zi`" -msgstr "" +msgstr ":attr:`%zi`" #: c-api/unicode.rst:503 msgid "Equivalent to ``printf(\"%zi\")``. [1]_" @@ -608,7 +608,7 @@ msgstr "" #: c-api/unicode.rst:506 msgid ":attr:`%zu`" -msgstr "" +msgstr ":attr:`%zu`" #: c-api/unicode.rst:506 msgid "size_t" @@ -620,7 +620,7 @@ msgstr "" #: c-api/unicode.rst:509 msgid ":attr:`%i`" -msgstr "" +msgstr ":attr:`%i`" #: c-api/unicode.rst:509 msgid "Equivalent to ``printf(\"%i\")``. [1]_" @@ -628,7 +628,7 @@ msgstr "" #: c-api/unicode.rst:512 msgid ":attr:`%x`" -msgstr "" +msgstr ":attr:`%x`" #: c-api/unicode.rst:512 msgid "Equivalent to ``printf(\"%x\")``. [1]_" @@ -636,7 +636,7 @@ msgstr "" #: c-api/unicode.rst:515 msgid ":attr:`%s`" -msgstr "" +msgstr ":attr:`%s`" #: c-api/unicode.rst:515 msgid "const char\\*" @@ -648,7 +648,7 @@ msgstr "" #: c-api/unicode.rst:518 msgid ":attr:`%p`" -msgstr "" +msgstr ":attr:`%p`" #: c-api/unicode.rst:518 msgid "const void\\*" @@ -663,7 +663,7 @@ msgstr "" #: c-api/unicode.rst:526 msgid ":attr:`%A`" -msgstr "" +msgstr ":attr:`%A`" #: c-api/unicode.rst:529 c-api/unicode.rst:541 msgid "PyObject\\*" @@ -675,7 +675,7 @@ msgstr "" #: c-api/unicode.rst:529 msgid ":attr:`%U`" -msgstr "" +msgstr ":attr:`%U`" #: c-api/unicode.rst:529 #, fuzzy @@ -684,7 +684,7 @@ msgstr "Un objet Unicode." #: c-api/unicode.rst:531 msgid ":attr:`%V`" -msgstr "" +msgstr ":attr:`%V`" #: c-api/unicode.rst:531 msgid "PyObject\\*, const char\\*" @@ -699,7 +699,7 @@ msgstr "" #: c-api/unicode.rst:538 msgid ":attr:`%S`" -msgstr "" +msgstr ":attr:`%S`" #: c-api/unicode.rst:538 msgid "The result of calling :c:func:`PyObject_Str`." @@ -707,7 +707,7 @@ msgstr "" #: c-api/unicode.rst:541 msgid ":attr:`%R`" -msgstr "" +msgstr ":attr:`%R`" #: c-api/unicode.rst:541 msgid "The result of calling :c:func:`PyObject_Repr`." diff --git a/install/index.po b/install/index.po index 09c4ca1a..15e1c552 100644 --- a/install/index.po +++ b/install/index.po @@ -1290,7 +1290,7 @@ msgstr "" #: install/index.rst:744 msgid ":file:`{prefix}/lib/python{ver}/distutils/distutils.cfg`" -msgstr "" +msgstr ":file:`{prefix}/lib/python{ver}/distutils/distutils.cfg`" #: install/index.rst:758 msgid "personal" @@ -1298,7 +1298,7 @@ msgstr "" #: install/index.rst:746 msgid ":file:`$HOME/.pydistutils.cfg`" -msgstr "" +msgstr ":file:`$HOME/.pydistutils.cfg`" #: install/index.rst:760 msgid "local" @@ -1306,7 +1306,7 @@ msgstr "" #: install/index.rst:760 msgid ":file:`setup.cfg`" -msgstr "" +msgstr ":file:`setup.cfg`" #: install/index.rst:760 msgid "\\(3)" @@ -1318,7 +1318,7 @@ msgstr "" #: install/index.rst:756 msgid ":file:`{prefix}\\\\Lib\\\\distutils\\\\distutils.cfg`" -msgstr "" +msgstr ":file:`{prefix}\\\\Lib\\\\distutils\\\\distutils.cfg`" #: install/index.rst:756 msgid "\\(4)" @@ -1326,7 +1326,7 @@ msgstr "\\(4)" #: install/index.rst:758 msgid ":file:`%HOME%\\\\pydistutils.cfg`" -msgstr "" +msgstr ":file:`%HOME%\\\\pydistutils.cfg`" #: install/index.rst:758 msgid "\\(5)" diff --git a/library/asyncio-api-index.po b/library/asyncio-api-index.po index cd4d2fab..213ba83d 100644 --- a/library/asyncio-api-index.po +++ b/library/asyncio-api-index.po @@ -43,7 +43,7 @@ msgstr "" #: library/asyncio-api-index.rst:24 msgid ":func:`create_task`" -msgstr "" +msgstr ":func:`create_task`" #: library/asyncio-api-index.rst:25 msgid "Start an asyncio Task." @@ -91,7 +91,7 @@ msgstr "" #: library/asyncio-api-index.rst:42 msgid ":func:`current_task`" -msgstr "" +msgstr ":func:`current_task`" #: library/asyncio-api-index.rst:43 msgid "Return the current Task." @@ -99,7 +99,7 @@ msgstr "" #: library/asyncio-api-index.rst:45 msgid ":func:`all_tasks`" -msgstr "" +msgstr ":func:`all_tasks`" #: library/asyncio-api-index.rst:46 msgid "Return all tasks for an event loop." @@ -107,7 +107,7 @@ msgstr "" #: library/asyncio-api-index.rst:48 msgid ":class:`Task`" -msgstr "" +msgstr ":class:`Task`" #: library/asyncio-api-index.rst:49 msgid "Task object." @@ -124,7 +124,7 @@ msgstr "" #: library/asyncio-api-index.rst:54 msgid ":func:`run_coroutine_threadsafe`" -msgstr "" +msgstr ":func:`run_coroutine_threadsafe`" #: library/asyncio-api-index.rst:55 msgid "Schedule a coroutine from another OS thread." @@ -286,7 +286,7 @@ msgstr "" #: library/asyncio-api-index.rst:150 msgid ":class:`StreamReader`" -msgstr "" +msgstr ":class:`StreamReader`" #: library/asyncio-api-index.rst:151 msgid "High-level async/await object to receive network data." @@ -294,7 +294,7 @@ msgstr "" #: library/asyncio-api-index.rst:153 msgid ":class:`StreamWriter`" -msgstr "" +msgstr ":class:`StreamWriter`" #: library/asyncio-api-index.rst:154 msgid "High-level async/await object to send network data." @@ -385,7 +385,7 @@ msgstr "Exceptions" #: library/asyncio-api-index.rst:211 msgid ":exc:`asyncio.CancelledError`" -msgstr "" +msgstr ":exc:`asyncio.CancelledError`" #: library/asyncio-api-index.rst:212 msgid "Raised when a Task is cancelled. See also :meth:`Task.cancel`." diff --git a/library/asyncio-llapi-index.po b/library/asyncio-llapi-index.po index 1e50ce3f..26e680f8 100644 --- a/library/asyncio-llapi-index.po +++ b/library/asyncio-llapi-index.po @@ -28,7 +28,7 @@ msgstr "Obtenir une boucle d'évènements" #: library/asyncio-llapi-index.rst:18 msgid ":func:`asyncio.get_running_loop`" -msgstr "" +msgstr ":func:`asyncio.get_running_loop`" #: library/asyncio-llapi-index.rst:19 msgid "The **preferred** function to get the running event loop." @@ -36,7 +36,7 @@ msgstr "" #: library/asyncio-llapi-index.rst:21 msgid ":func:`asyncio.get_event_loop`" -msgstr "" +msgstr ":func:`asyncio.get_event_loop`" #: library/asyncio-llapi-index.rst:22 msgid "Get an event loop instance (current or via the policy)." @@ -44,7 +44,7 @@ msgstr "" #: library/asyncio-llapi-index.rst:24 msgid ":func:`asyncio.set_event_loop`" -msgstr "" +msgstr ":func:`asyncio.set_event_loop`" #: library/asyncio-llapi-index.rst:25 msgid "Set the event loop as current via the current policy." @@ -52,7 +52,7 @@ msgstr "" #: library/asyncio-llapi-index.rst:27 msgid ":func:`asyncio.new_event_loop`" -msgstr "" +msgstr ":func:`asyncio.new_event_loop`" #: library/asyncio-llapi-index.rst:28 msgid "Create a new event loop." @@ -82,7 +82,7 @@ msgstr "" #: library/asyncio-llapi-index.rst:47 msgid ":meth:`loop.run_until_complete`" -msgstr "" +msgstr ":meth:`loop.run_until_complete`" #: library/asyncio-llapi-index.rst:48 msgid "Run a Future/Task/awaitable until complete." @@ -90,7 +90,7 @@ msgstr "" #: library/asyncio-llapi-index.rst:50 msgid ":meth:`loop.run_forever`" -msgstr "" +msgstr ":meth:`loop.run_forever`" #: library/asyncio-llapi-index.rst:51 msgid "Run the event loop forever." @@ -98,7 +98,7 @@ msgstr "" #: library/asyncio-llapi-index.rst:53 msgid ":meth:`loop.stop`" -msgstr "" +msgstr ":meth:`loop.stop`" #: library/asyncio-llapi-index.rst:54 msgid "Stop the event loop." @@ -106,7 +106,7 @@ msgstr "Arrête l'exécution de la boucle d'évènements." #: library/asyncio-llapi-index.rst:56 msgid ":meth:`loop.close`" -msgstr "" +msgstr ":meth:`loop.close`" #: library/asyncio-llapi-index.rst:57 msgid "Close the event loop." @@ -114,7 +114,7 @@ msgstr "Arrête la boucle d'évènements." #: library/asyncio-llapi-index.rst:59 msgid ":meth:`loop.is_running()`" -msgstr "" +msgstr ":meth:`loop.is_running()`" #: library/asyncio-llapi-index.rst:60 msgid "Return ``True`` if the event loop is running." @@ -122,7 +122,7 @@ msgstr "" #: library/asyncio-llapi-index.rst:62 msgid ":meth:`loop.is_closed()`" -msgstr "" +msgstr ":meth:`loop.is_closed()`" #: library/asyncio-llapi-index.rst:63 #, fuzzy @@ -143,7 +143,7 @@ msgstr "" #: library/asyncio-llapi-index.rst:74 msgid ":meth:`loop.set_debug`" -msgstr "" +msgstr ":meth:`loop.set_debug`" #: library/asyncio-llapi-index.rst:75 msgid "Enable or disable the debug mode." @@ -151,7 +151,7 @@ msgstr "" #: library/asyncio-llapi-index.rst:77 msgid ":meth:`loop.get_debug`" -msgstr "" +msgstr ":meth:`loop.get_debug`" #: library/asyncio-llapi-index.rst:78 msgid "Get the current debug mode." @@ -163,7 +163,7 @@ msgstr "" #: library/asyncio-llapi-index.rst:86 msgid ":meth:`loop.call_soon`" -msgstr "" +msgstr ":meth:`loop.call_soon`" #: library/asyncio-llapi-index.rst:87 msgid "Invoke a callback soon." @@ -171,7 +171,7 @@ msgstr "" #: library/asyncio-llapi-index.rst:89 msgid ":meth:`loop.call_soon_threadsafe`" -msgstr "" +msgstr ":meth:`loop.call_soon_threadsafe`" #: library/asyncio-llapi-index.rst:90 msgid "A thread-safe variant of :meth:`loop.call_soon`." @@ -179,7 +179,7 @@ msgstr "" #: library/asyncio-llapi-index.rst:92 msgid ":meth:`loop.call_later`" -msgstr "" +msgstr ":meth:`loop.call_later`" #: library/asyncio-llapi-index.rst:93 msgid "Invoke a callback *after* the given time." @@ -187,7 +187,7 @@ msgstr "" #: library/asyncio-llapi-index.rst:95 msgid ":meth:`loop.call_at`" -msgstr "" +msgstr ":meth:`loop.call_at`" #: library/asyncio-llapi-index.rst:96 msgid "Invoke a callback *at* the given time." @@ -209,7 +209,7 @@ msgstr "" #: library/asyncio-llapi-index.rst:108 msgid ":meth:`loop.set_default_executor`" -msgstr "" +msgstr ":meth:`loop.set_default_executor`" #: library/asyncio-llapi-index.rst:109 msgid "Set the default executor for :meth:`loop.run_in_executor`." @@ -221,7 +221,7 @@ msgstr "" #: library/asyncio-llapi-index.rst:117 msgid ":meth:`loop.create_future`" -msgstr "" +msgstr ":meth:`loop.create_future`" #: library/asyncio-llapi-index.rst:118 msgid "Create a :class:`Future` object." @@ -229,7 +229,7 @@ msgstr "" #: library/asyncio-llapi-index.rst:120 msgid ":meth:`loop.create_task`" -msgstr "" +msgstr ":meth:`loop.create_task`" #: library/asyncio-llapi-index.rst:121 msgid "Schedule coroutine as a :class:`Task`." @@ -237,7 +237,7 @@ msgstr "" #: library/asyncio-llapi-index.rst:123 msgid ":meth:`loop.set_task_factory`" -msgstr "" +msgstr ":meth:`loop.set_task_factory`" #: library/asyncio-llapi-index.rst:124 msgid "" @@ -247,7 +247,7 @@ msgstr "" #: library/asyncio-llapi-index.rst:127 msgid ":meth:`loop.get_task_factory`" -msgstr "" +msgstr ":meth:`loop.get_task_factory`" #: library/asyncio-llapi-index.rst:128 msgid "" @@ -437,7 +437,7 @@ msgstr "" #: library/asyncio-llapi-index.rst:213 msgid ":meth:`loop.add_reader`" -msgstr "" +msgstr ":meth:`loop.add_reader`" #: library/asyncio-llapi-index.rst:214 msgid "Start watching a file descriptor for read availability." @@ -445,7 +445,7 @@ msgstr "" #: library/asyncio-llapi-index.rst:216 msgid ":meth:`loop.remove_reader`" -msgstr "" +msgstr ":meth:`loop.remove_reader`" #: library/asyncio-llapi-index.rst:217 msgid "Stop watching a file descriptor for read availability." @@ -453,7 +453,7 @@ msgstr "" #: library/asyncio-llapi-index.rst:219 msgid ":meth:`loop.add_writer`" -msgstr "" +msgstr ":meth:`loop.add_writer`" #: library/asyncio-llapi-index.rst:220 msgid "Start watching a file descriptor for write availability." @@ -461,7 +461,7 @@ msgstr "" #: library/asyncio-llapi-index.rst:222 msgid ":meth:`loop.remove_writer`" -msgstr "" +msgstr ":meth:`loop.remove_writer`" #: library/asyncio-llapi-index.rst:223 msgid "Stop watching a file descriptor for write availability." @@ -474,7 +474,7 @@ msgstr "Signaux Unix" #: library/asyncio-llapi-index.rst:231 msgid ":meth:`loop.add_signal_handler`" -msgstr "" +msgstr ":meth:`loop.add_signal_handler`" #: library/asyncio-llapi-index.rst:232 msgid "Add a handler for a :mod:`signal`." @@ -482,7 +482,7 @@ msgstr "" #: library/asyncio-llapi-index.rst:234 msgid ":meth:`loop.remove_signal_handler`" -msgstr "" +msgstr ":meth:`loop.remove_signal_handler`" #: library/asyncio-llapi-index.rst:235 msgid "Remove a handler for a :mod:`signal`." @@ -494,7 +494,7 @@ msgstr "Sous-processus" #: library/asyncio-llapi-index.rst:243 msgid ":meth:`loop.subprocess_exec`" -msgstr "" +msgstr ":meth:`loop.subprocess_exec`" #: library/asyncio-llapi-index.rst:244 msgid "Spawn a subprocess." @@ -502,7 +502,7 @@ msgstr "" #: library/asyncio-llapi-index.rst:246 msgid ":meth:`loop.subprocess_shell`" -msgstr "" +msgstr ":meth:`loop.subprocess_shell`" #: library/asyncio-llapi-index.rst:247 msgid "Spawn a subprocess from a shell command." @@ -514,7 +514,7 @@ msgstr "Gestion des erreurs" #: library/asyncio-llapi-index.rst:255 msgid ":meth:`loop.call_exception_handler`" -msgstr "" +msgstr ":meth:`loop.call_exception_handler`" #: library/asyncio-llapi-index.rst:256 msgid "Call the exception handler." @@ -522,7 +522,7 @@ msgstr "" #: library/asyncio-llapi-index.rst:258 msgid ":meth:`loop.set_exception_handler`" -msgstr "" +msgstr ":meth:`loop.set_exception_handler`" #: library/asyncio-llapi-index.rst:259 msgid "Set a new exception handler." @@ -530,7 +530,7 @@ msgstr "" #: library/asyncio-llapi-index.rst:261 msgid ":meth:`loop.get_exception_handler`" -msgstr "" +msgstr ":meth:`loop.get_exception_handler`" #: library/asyncio-llapi-index.rst:262 msgid "Get the current exception handler." @@ -538,7 +538,7 @@ msgstr "" #: library/asyncio-llapi-index.rst:264 msgid ":meth:`loop.default_exception_handler`" -msgstr "" +msgstr ":meth:`loop.default_exception_handler`" #: library/asyncio-llapi-index.rst:265 msgid "The default exception handler implementation." @@ -987,7 +987,7 @@ msgstr "" #: library/asyncio-llapi-index.rst:512 msgid ":meth:`asyncio.get_event_loop_policy`" -msgstr "" +msgstr ":meth:`asyncio.get_event_loop_policy`" #: library/asyncio-llapi-index.rst:513 msgid "Return the current process-wide policy." @@ -995,7 +995,7 @@ msgstr "Renvoie la stratégie actuelle à l'échelle du processus." #: library/asyncio-llapi-index.rst:515 msgid ":meth:`asyncio.set_event_loop_policy`" -msgstr "" +msgstr ":meth:`asyncio.set_event_loop_policy`" #: library/asyncio-llapi-index.rst:516 msgid "Set a new process-wide policy." @@ -1003,7 +1003,7 @@ msgstr "" #: library/asyncio-llapi-index.rst:518 msgid ":class:`AbstractEventLoopPolicy`" -msgstr "" +msgstr ":class:`AbstractEventLoopPolicy`" #: library/asyncio-llapi-index.rst:519 msgid "Base class for policy objects." diff --git a/library/datetime.po b/library/datetime.po index a4574089..b77d2b88 100644 --- a/library/datetime.po +++ b/library/datetime.po @@ -3141,7 +3141,7 @@ msgstr "" #: library/datetime.rst:2205 msgid ":mod:`zoneinfo`" -msgstr "" +msgstr ":mod:`zoneinfo`" #: library/datetime.rst:2200 #, fuzzy diff --git a/library/importlib.po b/library/importlib.po index b34b774e..92684cda 100644 --- a/library/importlib.po +++ b/library/importlib.po @@ -603,7 +603,7 @@ msgstr "" #: library/importlib.rst:454 msgid ":attr:`__name__`" -msgstr "" +msgstr ":attr:`__name__`" #: library/importlib.rst:453 msgid "" @@ -613,7 +613,7 @@ msgstr "" #: library/importlib.rst:459 msgid ":attr:`__file__`" -msgstr "" +msgstr ":attr:`__file__`" #: library/importlib.rst:457 msgid "" @@ -624,7 +624,7 @@ msgstr "" #: library/importlib.rst:463 msgid ":attr:`__cached__`" -msgstr "" +msgstr ":attr:`__cached__`" #: library/importlib.rst:462 msgid "" @@ -634,7 +634,7 @@ msgstr "" #: library/importlib.rst:471 msgid ":attr:`__path__`" -msgstr "" +msgstr ":attr:`__path__`" #: library/importlib.rst:466 msgid "" @@ -647,7 +647,7 @@ msgstr "" #: library/importlib.rst:476 msgid ":attr:`__package__`" -msgstr "" +msgstr ":attr:`__package__`" #: library/importlib.rst:474 msgid "" @@ -658,7 +658,7 @@ msgstr "" #: library/importlib.rst:479 msgid ":attr:`__loader__`" -msgstr "" +msgstr ":attr:`__loader__`" #: library/importlib.rst:479 msgid "The :term:`loader` used to load the module." @@ -957,11 +957,11 @@ msgstr "" #: library/importlib.resources.abc.rst:233 msgid ":meth:`ResourceLoader.get_data`" -msgstr "" +msgstr ":meth:`ResourceLoader.get_data`" #: library/importlib.resources.abc.rst:236 msgid ":meth:`ExecutionLoader.get_filename`" -msgstr "" +msgstr ":meth:`ExecutionLoader.get_filename`" #: library/importlib.resources.abc.rst:235 msgid "" diff --git a/library/io.po b/library/io.po index 0e535ff3..9ec4c46c 100644 --- a/library/io.po +++ b/library/io.po @@ -303,7 +303,7 @@ msgstr "" #: library/io.rst:242 msgid ":mod:`sys`" -msgstr "" +msgstr ":mod:`sys`" #: library/io.rst:242 msgid "" @@ -396,7 +396,7 @@ msgstr "" #: library/io.rst:299 library/io.rst:303 msgid ":class:`IOBase`" -msgstr "" +msgstr ":class:`IOBase`" #: library/io.rst:294 msgid "``fileno``, ``seek``, and ``truncate``" @@ -411,7 +411,7 @@ msgstr "" #: library/io.rst:299 msgid ":class:`RawIOBase`" -msgstr "" +msgstr ":class:`RawIOBase`" #: library/io.rst:299 msgid "``readinto`` and ``write``" @@ -423,7 +423,7 @@ msgstr "" #: library/io.rst:301 msgid ":class:`BufferedIOBase`" -msgstr "" +msgstr ":class:`BufferedIOBase`" #: library/io.rst:301 msgid "``detach``, ``read``, ``read1``, and ``write``" @@ -435,7 +435,7 @@ msgstr "" #: library/io.rst:303 msgid ":class:`TextIOBase`" -msgstr "" +msgstr ":class:`TextIOBase`" #: library/io.rst:303 msgid "``detach``, ``read``, ``readline``, and ``write``" diff --git a/library/mailbox.po b/library/mailbox.po index da5643a2..7300cefb 100644 --- a/library/mailbox.po +++ b/library/mailbox.po @@ -418,7 +418,7 @@ msgstr "" #: library/mailbox.rst:299 msgid ":class:`Maildir`" -msgstr "" +msgstr ":class:`Maildir`" #: library/mailbox.rst:304 msgid "" @@ -803,7 +803,7 @@ msgstr "" #: library/mailbox.rst:628 msgid ":class:`Babyl`" -msgstr "" +msgstr ":class:`Babyl`" #: library/mailbox.rst:633 msgid "" @@ -996,7 +996,7 @@ msgstr "" #: library/mailbox.rst:794 msgid ":class:`MaildirMessage`" -msgstr "" +msgstr ":class:`MaildirMessage`" #: library/mailbox.rst:799 msgid "" @@ -1303,7 +1303,7 @@ msgstr "" #: library/mailbox.rst:962 msgid ":class:`mboxMessage`" -msgstr "" +msgstr ":class:`mboxMessage`" #: library/mailbox.rst:967 msgid "" @@ -1448,7 +1448,7 @@ msgstr "" #: library/mailbox.rst:1116 msgid ":class:`MHMessage`" -msgstr "" +msgstr ":class:`MHMessage`" #: library/mailbox.rst:1121 msgid "" @@ -1535,7 +1535,7 @@ msgstr "" #: library/mailbox.rst:1206 msgid ":class:`BabylMessage`" -msgstr "" +msgstr ":class:`BabylMessage`" #: library/mailbox.rst:1211 msgid "" diff --git a/library/optparse.po b/library/optparse.po index 9f17efb9..42124fba 100644 --- a/library/optparse.po +++ b/library/optparse.po @@ -1908,7 +1908,7 @@ msgstr "" #: library/optparse.rst:1596 msgid ":attr:`~Option.type`" -msgstr "" +msgstr ":attr:`~Option.type`" #: library/optparse.rst:1593 msgid "" @@ -1920,7 +1920,7 @@ msgstr "" #: library/optparse.rst:1602 msgid ":attr:`~Option.nargs`" -msgstr "" +msgstr ":attr:`~Option.nargs`" #: library/optparse.rst:1599 msgid "" @@ -1932,7 +1932,7 @@ msgstr "" #: library/optparse.rst:1605 msgid ":attr:`~Option.callback_args`" -msgstr "" +msgstr ":attr:`~Option.callback_args`" #: library/optparse.rst:1605 msgid "a tuple of extra positional arguments to pass to the callback" @@ -1940,7 +1940,7 @@ msgstr "" #: library/optparse.rst:1609 msgid ":attr:`~Option.callback_kwargs`" -msgstr "" +msgstr ":attr:`~Option.callback_kwargs`" #: library/optparse.rst:1608 msgid "a dictionary of extra keyword arguments to pass to the callback" diff --git a/library/profile.po b/library/profile.po index 639e6412..f73e0913 100644 --- a/library/profile.po +++ b/library/profile.po @@ -906,7 +906,7 @@ msgstr "" #: library/profile.rst:679 msgid ":class:`profile.Profile`" -msgstr "" +msgstr ":class:`profile.Profile`" #: library/profile.rst:666 msgid "" @@ -931,7 +931,7 @@ msgstr "" #: library/profile.rst:693 msgid ":class:`cProfile.Profile`" -msgstr "" +msgstr ":class:`cProfile.Profile`" #: library/profile.rst:682 msgid "" diff --git a/library/select.po b/library/select.po index 1e0a7672..078393ae 100644 --- a/library/select.po +++ b/library/select.po @@ -388,7 +388,7 @@ msgstr "" #: library/select.rst:301 msgid ":const:`EPOLLEXCLUSIVE`" -msgstr "" +msgstr ":const:`EPOLLEXCLUSIVE`" #: library/select.rst:301 msgid "" diff --git a/library/smtplib.po b/library/smtplib.po index 96d21dca..4ebddcf9 100644 --- a/library/smtplib.po +++ b/library/smtplib.po @@ -388,7 +388,7 @@ msgstr "" #: library/smtplib.rst:422 library/smtplib.rst:499 msgid ":exc:`SMTPNotSupportedError`" -msgstr "" +msgstr ":exc:`SMTPNotSupportedError`" #: library/smtplib.rst:333 msgid "The ``AUTH`` command is not supported by the server." @@ -593,7 +593,7 @@ msgstr "" #: library/smtplib.rst:485 msgid ":exc:`SMTPRecipientsRefused`" -msgstr "" +msgstr ":exc:`SMTPRecipientsRefused`" #: library/smtplib.rst:482 msgid "" @@ -605,7 +605,7 @@ msgstr "" #: library/smtplib.rst:491 msgid ":exc:`SMTPSenderRefused`" -msgstr "" +msgstr ":exc:`SMTPSenderRefused`" #: library/smtplib.rst:491 msgid "The server didn't accept the *from_addr*." diff --git a/library/ssl.po b/library/ssl.po index e716d477..6fa15164 100644 --- a/library/ssl.po +++ b/library/ssl.po @@ -1215,27 +1215,27 @@ msgstr "" #: library/ssl.rst:1114 msgid ":meth:`~socket.socket.accept()`" -msgstr "" +msgstr ":meth:`~socket.socket.accept()`" #: library/ssl.rst:1115 msgid ":meth:`~socket.socket.bind()`" -msgstr "" +msgstr ":meth:`~socket.socket.bind()`" #: library/ssl.rst:1116 msgid ":meth:`~socket.socket.close()`" -msgstr "" +msgstr ":meth:`~socket.socket.close()`" #: library/ssl.rst:1117 msgid ":meth:`~socket.socket.connect()`" -msgstr "" +msgstr ":meth:`~socket.socket.connect()`" #: library/ssl.rst:1118 msgid ":meth:`~socket.socket.detach()`" -msgstr "" +msgstr ":meth:`~socket.socket.detach()`" #: library/ssl.rst:1119 msgid ":meth:`~socket.socket.fileno()`" -msgstr "" +msgstr ":meth:`~socket.socket.fileno()`" #: library/ssl.rst:1120 msgid "" @@ -1255,11 +1255,11 @@ msgstr "" #: library/ssl.rst:1124 msgid ":meth:`~socket.socket.listen()`" -msgstr "" +msgstr ":meth:`~socket.socket.listen()`" #: library/ssl.rst:1125 msgid ":meth:`~socket.socket.makefile()`" -msgstr "" +msgstr ":meth:`~socket.socket.makefile()`" #: library/ssl.rst:1126 msgid "" @@ -1281,7 +1281,7 @@ msgstr "" #: library/ssl.rst:1132 msgid ":meth:`~socket.socket.shutdown()`" -msgstr "" +msgstr ":meth:`~socket.socket.shutdown()`" #: library/ssl.rst:1134 msgid "" @@ -2760,79 +2760,79 @@ msgstr "" #: library/ssl.rst:2506 msgid ":attr:`~SSLSocket.context`" -msgstr "" +msgstr ":attr:`~SSLSocket.context`" #: library/ssl.rst:2507 msgid ":attr:`~SSLSocket.server_side`" -msgstr "" +msgstr ":attr:`~SSLSocket.server_side`" #: library/ssl.rst:2508 msgid ":attr:`~SSLSocket.server_hostname`" -msgstr "" +msgstr ":attr:`~SSLSocket.server_hostname`" #: library/ssl.rst:2509 msgid ":attr:`~SSLSocket.session`" -msgstr "" +msgstr ":attr:`~SSLSocket.session`" #: library/ssl.rst:2510 msgid ":attr:`~SSLSocket.session_reused`" -msgstr "" +msgstr ":attr:`~SSLSocket.session_reused`" #: library/ssl.rst:2511 msgid ":meth:`~SSLSocket.read`" -msgstr "" +msgstr ":meth:`~SSLSocket.read`" #: library/ssl.rst:2512 msgid ":meth:`~SSLSocket.write`" -msgstr "" +msgstr ":meth:`~SSLSocket.write`" #: library/ssl.rst:2513 msgid ":meth:`~SSLSocket.getpeercert`" -msgstr "" +msgstr ":meth:`~SSLSocket.getpeercert`" #: library/ssl.rst:2514 msgid ":meth:`~SSLSocket.selected_alpn_protocol`" -msgstr "" +msgstr ":meth:`~SSLSocket.selected_alpn_protocol`" #: library/ssl.rst:2515 msgid ":meth:`~SSLSocket.selected_npn_protocol`" -msgstr "" +msgstr ":meth:`~SSLSocket.selected_npn_protocol`" #: library/ssl.rst:2516 msgid ":meth:`~SSLSocket.cipher`" -msgstr "" +msgstr ":meth:`~SSLSocket.cipher`" #: library/ssl.rst:2517 msgid ":meth:`~SSLSocket.shared_ciphers`" -msgstr "" +msgstr ":meth:`~SSLSocket.shared_ciphers`" #: library/ssl.rst:2518 msgid ":meth:`~SSLSocket.compression`" -msgstr "" +msgstr ":meth:`~SSLSocket.compression`" #: library/ssl.rst:2519 msgid ":meth:`~SSLSocket.pending`" -msgstr "" +msgstr ":meth:`~SSLSocket.pending`" #: library/ssl.rst:2520 msgid ":meth:`~SSLSocket.do_handshake`" -msgstr "" +msgstr ":meth:`~SSLSocket.do_handshake`" #: library/ssl.rst:2521 msgid ":meth:`~SSLSocket.verify_client_post_handshake`" -msgstr "" +msgstr ":meth:`~SSLSocket.verify_client_post_handshake`" #: library/ssl.rst:2522 msgid ":meth:`~SSLSocket.unwrap`" -msgstr "" +msgstr ":meth:`~SSLSocket.unwrap`" #: library/ssl.rst:2523 msgid ":meth:`~SSLSocket.get_channel_binding`" -msgstr "" +msgstr ":meth:`~SSLSocket.get_channel_binding`" #: library/ssl.rst:2524 msgid ":meth:`~SSLSocket.version`" -msgstr "" +msgstr ":meth:`~SSLSocket.version`" #: library/ssl.rst:2526 msgid "" diff --git a/library/statistics.po b/library/statistics.po index ea49010e..6d07d33e 100644 --- a/library/statistics.po +++ b/library/statistics.po @@ -245,7 +245,7 @@ msgstr "" #: library/statistics.rst:79 msgid ":func:`linear_regression`" -msgstr "" +msgstr ":func:`linear_regression`" #: library/statistics.rst:79 msgid "Slope and intercept for simple linear regression." diff --git a/library/stdtypes.po b/library/stdtypes.po index c0bddb5b..7fd169f0 100644 --- a/library/stdtypes.po +++ b/library/stdtypes.po @@ -6899,179 +6899,179 @@ msgstr "" #: library/stdtypes.rst:4953 msgid ":class:`tuple`" -msgstr "" +msgstr ":class:`tuple`" #: library/stdtypes.rst:4954 msgid ":class:`list`" -msgstr "" +msgstr ":class:`list`" #: library/stdtypes.rst:4955 msgid ":class:`dict`" -msgstr "" +msgstr ":class:`dict`" #: library/stdtypes.rst:4956 msgid ":class:`set`" -msgstr "" +msgstr ":class:`set`" #: library/stdtypes.rst:4957 msgid ":class:`frozenset`" -msgstr "" +msgstr ":class:`frozenset`" #: library/stdtypes.rst:4958 msgid ":class:`type`" -msgstr "" +msgstr ":class:`type`" #: library/stdtypes.rst:4959 msgid ":class:`collections.deque`" -msgstr "" +msgstr ":class:`collections.deque`" #: library/stdtypes.rst:4960 msgid ":class:`collections.defaultdict`" -msgstr "" +msgstr ":class:`collections.defaultdict`" #: library/stdtypes.rst:4961 msgid ":class:`collections.OrderedDict`" -msgstr "" +msgstr ":class:`collections.OrderedDict`" #: library/stdtypes.rst:4962 msgid ":class:`collections.Counter`" -msgstr "" +msgstr ":class:`collections.Counter`" #: library/stdtypes.rst:4963 msgid ":class:`collections.ChainMap`" -msgstr "" +msgstr ":class:`collections.ChainMap`" #: library/stdtypes.rst:4964 msgid ":class:`collections.abc.Awaitable`" -msgstr "" +msgstr ":class:`collections.abc.Awaitable`" #: library/stdtypes.rst:4965 msgid ":class:`collections.abc.Coroutine`" -msgstr "" +msgstr ":class:`collections.abc.Coroutine`" #: library/stdtypes.rst:4966 msgid ":class:`collections.abc.AsyncIterable`" -msgstr "" +msgstr ":class:`collections.abc.AsyncIterable`" #: library/stdtypes.rst:4967 msgid ":class:`collections.abc.AsyncIterator`" -msgstr "" +msgstr ":class:`collections.abc.AsyncIterator`" #: library/stdtypes.rst:4968 msgid ":class:`collections.abc.AsyncGenerator`" -msgstr "" +msgstr ":class:`collections.abc.AsyncGenerator`" #: library/stdtypes.rst:4969 msgid ":class:`collections.abc.Iterable`" -msgstr "" +msgstr ":class:`collections.abc.Iterable`" #: library/stdtypes.rst:4970 msgid ":class:`collections.abc.Iterator`" -msgstr "" +msgstr ":class:`collections.abc.Iterator`" #: library/stdtypes.rst:4971 msgid ":class:`collections.abc.Generator`" -msgstr "" +msgstr ":class:`collections.abc.Generator`" #: library/stdtypes.rst:4972 msgid ":class:`collections.abc.Reversible`" -msgstr "" +msgstr ":class:`collections.abc.Reversible`" #: library/stdtypes.rst:4973 msgid ":class:`collections.abc.Container`" -msgstr "" +msgstr ":class:`collections.abc.Container`" #: library/stdtypes.rst:4974 msgid ":class:`collections.abc.Collection`" -msgstr "" +msgstr ":class:`collections.abc.Collection`" #: library/stdtypes.rst:4975 msgid ":class:`collections.abc.Callable`" -msgstr "" +msgstr ":class:`collections.abc.Callable`" #: library/stdtypes.rst:4976 msgid ":class:`collections.abc.Set`" -msgstr "" +msgstr ":class:`collections.abc.Set`" #: library/stdtypes.rst:4977 msgid ":class:`collections.abc.MutableSet`" -msgstr "" +msgstr ":class:`collections.abc.MutableSet`" #: library/stdtypes.rst:4978 msgid ":class:`collections.abc.Mapping`" -msgstr "" +msgstr ":class:`collections.abc.Mapping`" #: library/stdtypes.rst:4979 msgid ":class:`collections.abc.MutableMapping`" -msgstr "" +msgstr ":class:`collections.abc.MutableMapping`" #: library/stdtypes.rst:4980 msgid ":class:`collections.abc.Sequence`" -msgstr "" +msgstr ":class:`collections.abc.Sequence`" #: library/stdtypes.rst:4981 msgid ":class:`collections.abc.MutableSequence`" -msgstr "" +msgstr ":class:`collections.abc.MutableSequence`" #: library/stdtypes.rst:4982 msgid ":class:`collections.abc.ByteString`" -msgstr "" +msgstr ":class:`collections.abc.ByteString`" #: library/stdtypes.rst:4983 msgid ":class:`collections.abc.MappingView`" -msgstr "" +msgstr ":class:`collections.abc.MappingView`" #: library/stdtypes.rst:4984 msgid ":class:`collections.abc.KeysView`" -msgstr "" +msgstr ":class:`collections.abc.KeysView`" #: library/stdtypes.rst:4985 msgid ":class:`collections.abc.ItemsView`" -msgstr "" +msgstr ":class:`collections.abc.ItemsView`" #: library/stdtypes.rst:4986 msgid ":class:`collections.abc.ValuesView`" -msgstr "" +msgstr ":class:`collections.abc.ValuesView`" #: library/stdtypes.rst:4987 msgid ":class:`contextlib.AbstractContextManager`" -msgstr "" +msgstr ":class:`contextlib.AbstractContextManager`" #: library/stdtypes.rst:4988 msgid ":class:`contextlib.AbstractAsyncContextManager`" -msgstr "" +msgstr ":class:`contextlib.AbstractAsyncContextManager`" #: library/stdtypes.rst:4989 msgid ":class:`dataclasses.Field`" -msgstr "" +msgstr ":class:`dataclasses.Field`" #: library/stdtypes.rst:4990 msgid ":class:`functools.cached_property`" -msgstr "" +msgstr ":class:`functools.cached_property`" #: library/stdtypes.rst:4991 msgid ":class:`functools.partialmethod`" -msgstr "" +msgstr ":class:`functools.partialmethod`" #: library/stdtypes.rst:4992 msgid ":class:`os.PathLike`" -msgstr "" +msgstr ":class:`os.PathLike`" #: library/stdtypes.rst:4993 msgid ":class:`queue.LifoQueue`" -msgstr "" +msgstr ":class:`queue.LifoQueue`" #: library/stdtypes.rst:4994 msgid ":class:`queue.Queue`" -msgstr "" +msgstr ":class:`queue.Queue`" #: library/stdtypes.rst:4995 msgid ":class:`queue.PriorityQueue`" -msgstr "" +msgstr ":class:`queue.PriorityQueue`" #: library/stdtypes.rst:4996 msgid ":class:`queue.SimpleQueue`" -msgstr "" +msgstr ":class:`queue.SimpleQueue`" #: library/stdtypes.rst:4997 msgid ":ref:`re.Pattern `" @@ -7083,35 +7083,35 @@ msgstr "" #: library/stdtypes.rst:4999 msgid ":class:`shelve.BsdDbShelf`" -msgstr "" +msgstr ":class:`shelve.BsdDbShelf`" #: library/stdtypes.rst:5000 msgid ":class:`shelve.DbfilenameShelf`" -msgstr "" +msgstr ":class:`shelve.DbfilenameShelf`" #: library/stdtypes.rst:5001 msgid ":class:`shelve.Shelf`" -msgstr "" +msgstr ":class:`shelve.Shelf`" #: library/stdtypes.rst:5002 msgid ":class:`types.MappingProxyType`" -msgstr "" +msgstr ":class:`types.MappingProxyType`" #: library/stdtypes.rst:5003 msgid ":class:`weakref.WeakKeyDictionary`" -msgstr "" +msgstr ":class:`weakref.WeakKeyDictionary`" #: library/stdtypes.rst:5004 msgid ":class:`weakref.WeakMethod`" -msgstr "" +msgstr ":class:`weakref.WeakMethod`" #: library/stdtypes.rst:5005 msgid ":class:`weakref.WeakSet`" -msgstr "" +msgstr ":class:`weakref.WeakSet`" #: library/stdtypes.rst:5006 msgid ":class:`weakref.WeakValueDictionary`" -msgstr "" +msgstr ":class:`weakref.WeakValueDictionary`" #: library/stdtypes.rst:5011 #, fuzzy diff --git a/library/tkinter.dnd.po b/library/tkinter.dnd.po index 483f01f5..be6ae773 100644 --- a/library/tkinter.dnd.po +++ b/library/tkinter.dnd.po @@ -106,4 +106,4 @@ msgstr "" #: library/tkinter.dnd.rst:64 msgid ":ref:`Bindings-and-Events`" -msgstr "" +msgstr ":ref:`Bindings-and-Events`" diff --git a/library/types.po b/library/types.po index 41fe7b3b..eb3c7f2b 100644 --- a/library/types.po +++ b/library/types.po @@ -97,7 +97,7 @@ msgstr "" #: library/types.rst:67 msgid ":ref:`metaclasses`" -msgstr "" +msgstr ":ref:`metaclasses`" #: library/types.rst:67 msgid "Full details of the class creation process supported by these functions" diff --git a/whatsnew/2.7.po b/whatsnew/2.7.po index 179f830e..c30b9070 100644 --- a/whatsnew/2.7.po +++ b/whatsnew/2.7.po @@ -487,7 +487,7 @@ msgstr "" #: whatsnew/2.7.rst:442 msgid ":ref:`upgrading-optparse-code`" -msgstr "" +msgstr ":ref:`upgrading-optparse-code`" #: whatsnew/2.7.rst:441 msgid "" diff --git a/whatsnew/3.7.po b/whatsnew/3.7.po index a351400f..a694aa09 100644 --- a/whatsnew/3.7.po +++ b/whatsnew/3.7.po @@ -70,7 +70,7 @@ msgstr "" #: whatsnew/3.7.rst:70 msgid ":ref:`whatsnew37_importlib_resources`" -msgstr "" +msgstr ":ref:`whatsnew37_importlib_resources`" #: whatsnew/3.7.rst:72 msgid "New built-in features:" @@ -478,27 +478,27 @@ msgstr "" #: whatsnew/3.7.rst:1447 msgid ":func:`time.clock_gettime_ns`" -msgstr "" +msgstr ":func:`time.clock_gettime_ns`" #: whatsnew/3.7.rst:1448 msgid ":func:`time.clock_settime_ns`" -msgstr "" +msgstr ":func:`time.clock_settime_ns`" #: whatsnew/3.7.rst:1449 msgid ":func:`time.monotonic_ns`" -msgstr "" +msgstr ":func:`time.monotonic_ns`" #: whatsnew/3.7.rst:1450 msgid ":func:`time.perf_counter_ns`" -msgstr "" +msgstr ":func:`time.perf_counter_ns`" #: whatsnew/3.7.rst:1451 msgid ":func:`time.process_time_ns`" -msgstr "" +msgstr ":func:`time.process_time_ns`" #: whatsnew/3.7.rst:1452 msgid ":func:`time.time_ns`" -msgstr "" +msgstr ":func:`time.time_ns`" #: whatsnew/3.7.rst:354 msgid "The new functions return the number of nanoseconds as an integer value."