Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Finish translate
  • Loading branch information
srmorita committed Mar 7, 2023
commit 72108a8c008f1c65a397f8d5aaad493a0967ee47
10 changes: 9 additions & 1 deletion howto/urllib2.po
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ msgstr ""
"Project-Id-Version: Python 3.8\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-10-25 19:47+0200\n"
"PO-Revision-Date: 2023-03-06 14:00-0300\n"
"PO-Revision-Date: 2023-03-07 10:06-0300\n"
"Last-Translator: Francisco Mora <fr.morac@duocuc.cl>\n"
"Language: es_AR\n"
"Language-Team: python-doc-es\n"
Expand Down Expand Up @@ -530,6 +530,14 @@ msgid ""
"(http, ftp, etc.), or how to handle an aspect of URL opening, for example "
"HTTP redirections or HTTP cookies."
msgstr ""
"Cuando obtienes una URL utilizas una apertura (una instancia de la quizás "
"confusamente llamada :class:`urllib.request.OpenerDirector`). Normalmente "
"hemos estado usando la apertura por defecto - a través de ``urlopen`` - pero "
"puedes crear aperturas personalizadas. Las aperturas utilizan manejadores. "
"Todo el \"trabajo pesado\" lo hacen los manejadores. Cada manejador sabe "
"cómo abrir URLs para un esquema de URL particular (http, ftp, etc.), o cómo "
"manejar un aspecto de la apertura de URLs, por ejemplo redirecciones HTTP o "
"cookies HTTP."

#: ../Doc/howto/urllib2.rst:430
msgid ""
Expand Down