@@ -11,15 +11,16 @@ msgstr ""
1111"Project-Id-Version : Python 3.8\n "
1212"Report-Msgid-Bugs-To : \n "
1313"POT-Creation-Date : 2022-10-25 19:47+0200\n "
14- "PO-Revision-Date : 2021-02-01 14:53-0600 \n "
14+ "PO-Revision-Date : 2023-01-25 21:57-0500 \n "
1515"Last-Translator : \n "
16- "Language : es\n "
1716"Language-Team : python-doc-es\n "
18- "Plural-Forms : nplurals=2; plural=(n != 1); \n "
17+ "Language : es \n "
1918"MIME-Version : 1.0\n "
2019"Content-Type : text/plain; charset=utf-8\n "
2120"Content-Transfer-Encoding : 8bit\n "
21+ "Plural-Forms : nplurals=2; plural=(n != 1);\n "
2222"Generated-By : Babel 2.10.3\n "
23+ "X-Generator : Poedit 3.0.1\n "
2324
2425#: ../Doc/library/http.cookiejar.rst:2
2526msgid ":mod:`http.cookiejar` --- Cookie handling for HTTP clients"
@@ -148,6 +149,8 @@ msgstr ""
148149msgid ""
149150"This should not be initialized directly – use its subclasses below instead."
150151msgstr ""
152+ "Esto no debe inicializarse directamente; en su lugar, use sus subclases a "
153+ "continuación."
151154
152155#: ../Doc/library/http.cookiejar.rst:78 ../Doc/library/http.cookiejar.rst:351
153156msgid "The filename parameter supports a :term:`path-like object`."
@@ -326,6 +329,12 @@ msgid ""
326329"attributes :attr:`host`, :attr:`!type`, :attr:`unverifiable` and :attr:"
327330"`origin_req_host` as documented by :mod:`urllib.request`."
328331msgstr ""
332+ "El objeto *request* (usualmente una instancia de :class:`urllib.request."
333+ "Request`) debe soportar los métodos :meth:`get_full_url`, :meth:"
334+ "`has_header`, :meth:`get_header`, :meth:`header_items`, :meth:"
335+ "`add_unredirected_header` y los atributos :attr:`host`, :attr:`!type`, :attr:"
336+ "`unverifiable` y :attr:`origin_req_host` según lo documentado por :mod:"
337+ "`urllib.request`."
329338
330339#: ../Doc/library/http.cookiejar.rst:172 ../Doc/library/http.cookiejar.rst:198
331340msgid ""
@@ -374,6 +383,12 @@ msgid ""
374383"mod:`urllib.request`. The request is used to set default values for cookie-"
375384"attributes as well as for checking that the cookie is allowed to be set."
376385msgstr ""
386+ "El objeto *request* (usualmente una instancia de :class:`urllib.request."
387+ "Request`) debe soportar los métodos :meth:`get_full_url` y los atributos :"
388+ "attr:`host`, :attr:`unverifiable` y :attr:`origin_req_host` según lo "
389+ "documentado por :mod:`urllib.request`. La solicitud se utiliza para "
390+ "establecer valores predeterminados para los atributos de las cookies, así "
391+ "como para verificar si la cookie puede establecerse."
377392
378393#: ../Doc/library/http.cookiejar.rst:203
379394msgid "Set the :class:`CookiePolicy` instance to be used."
@@ -585,15 +600,14 @@ msgstr ""
585600"escritura."
586601
587602#: ../Doc/library/http.cookiejar.rst:324
588- #, fuzzy
589603msgid ""
590604"A :class:`FileCookieJar` that can load from and save cookies to disk in the "
591605"Mozilla ``cookies.txt`` file format (which is also used by curl and the Lynx "
592606"and Netscape browsers)."
593607msgstr ""
594608"Un :class:`FileCookieJar` que puede cargar y guardar cookies al disco en el "
595- "formato de archivo Mozilla ``cookies.txt`` (el cual es también utilizado por "
596- "los navegadores Lynx y Netscape)."
609+ "formato de archivo ``cookies.txt`` de Mozilla (que también es utilizado por "
610+ "curl y los navegadores Lynx y Netscape)."
597611
598612#: ../Doc/library/http.cookiejar.rst:330
599613msgid ""
@@ -885,13 +899,12 @@ msgid "Set the sequence of blocked domains."
885899msgstr "Establece la secuencia de dominios bloqueados."
886900
887901#: ../Doc/library/http.cookiejar.rst:498
888- #, fuzzy
889902msgid ""
890903"Return ``True`` if *domain* is on the blocklist for setting or receiving "
891904"cookies."
892905msgstr ""
893- "Retorna si *domain* está en la lista de bloqueo para configurar o recibir "
894- "cookies."
906+ "Retorna ``True`` si *domain* está en la lista de bloqueo para establecer o "
907+ "recibir cookies."
895908
896909#: ../Doc/library/http.cookiejar.rst:504
897910msgid "Return :const:`None`, or the sequence of allowed domains (as a tuple)."
@@ -904,13 +917,12 @@ msgid "Set the sequence of allowed domains, or :const:`None`."
904917msgstr "Establece la secuencia de los dominios permitidos, o :const:`None`."
905918
906919#: ../Doc/library/http.cookiejar.rst:514
907- #, fuzzy
908920msgid ""
909921"Return ``True`` if *domain* is not on the allowlist for setting or receiving "
910922"cookies."
911923msgstr ""
912- "Retorna si *domain* no está en la lista de permitidos para configurar o "
913- "recibir cookies."
924+ "Retorna ``True`` si *domain* no está en la lista de permitidos para "
925+ "establecer o recibir cookies."
914926
915927#: ../Doc/library/http.cookiejar.rst:517
916928msgid ""
0 commit comments