@@ -11,7 +11,7 @@ msgstr ""
11
11
"Project-Id-Version : Python 3.8\n "
12
12
"Report-Msgid-Bugs-To : \n "
13
13
"POT-Creation-Date : 2020-05-05 12:54+0200\n "
14
- "PO-Revision-Date : 2020-10-23 09:26 -0300\n "
14
+ "PO-Revision-Date : 2020-10-23 11:51 -0300\n "
15
15
"Language-Team : python-doc-es\n "
16
16
"MIME-Version : 1.0\n "
17
17
"Content-Type : text/plain; charset=UTF-8\n "
@@ -671,7 +671,7 @@ msgid ""
671
671
"appends the termination line."
672
672
msgstr ""
673
673
"Publique un artículo utilizando el comando ``POST``. El argumento *data* es "
674
- "un objeto :term:' file' abierto para la lectura binaria o cualquier iterable "
674
+ "un :term:` file object` abierto para la lectura binaria o cualquier iterable "
675
675
"de objetos bytes (que representa las líneas sin procesar del artículo que se "
676
676
"va a publicar). Debe representar un artículo de noticias bien formado, "
677
677
"incluidos los encabezados requeridos. El método :meth:`post` escapa "
@@ -692,16 +692,22 @@ msgid ""
692
692
"the server (enclosed in ``'<'`` and ``'>'``). The *data* parameter and the "
693
693
"return value are the same as for :meth:`post()`."
694
694
msgstr ""
695
+ "Envíe un comando ``IHAVE``. *message_id * es el identificador del mensaje "
696
+ "que se enviará al servidor (incluido entre ``’<‘`` and ``’>’``). El "
697
+ "parámetro *data* y el valor de retorno son los mismos que para :meth:"
698
+ "`post()`."
695
699
696
700
#: ../Doc/library/nntplib.rst:490
697
701
msgid ""
698
702
"Return a pair ``(response, date)``. *date* is a :class:`~datetime.datetime` "
699
703
"object containing the current date and time of the server."
700
704
msgstr ""
705
+ "Devuelve un par ``(response, date)``. *date* es un objeto :class:`~datetime."
706
+ "datetime` que contiene la fecha y hora actuales del servidor."
701
707
702
708
#: ../Doc/library/nntplib.rst:496
703
709
msgid "Send a ``SLAVE`` command. Return the server's *response*."
704
- msgstr ""
710
+ msgstr "Envíe un comando ``SLAVE``. Devuelve la *response*del servidor. "
705
711
706
712
#: ../Doc/library/nntplib.rst:501
707
713
msgid ""
0 commit comments