Skip to content

Traduccion howto urllib2 #382

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 8 commits into from
Aug 16, 2020
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
Apply suggestions from code review
Co-authored-by: Héctor Canto <hectorcanto@gmail.com>
  • Loading branch information
cmaureir and hectorcanto authored Aug 14, 2020
commit 0cb0da0d63485fcd6b03c205092bbb069275e1dc
12 changes: 6 additions & 6 deletions howto/urllib2.po
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ msgstr ""

#: ../Doc/howto/urllib2.rst:5
msgid "HOWTO Fetch Internet Resources Using The urllib Package"
msgstr "HOWTO - CÓMO OBTENER RECURSOS DE INTERNET CON EL PAQUETE URLIB"
msgstr "HOWTO - Cómo obtener recursos de internet con el paquete urllib"

#: ../Doc/howto/urllib2.rst:0
msgid "Author"
Expand Down Expand Up @@ -50,8 +50,8 @@ msgid ""
"You may also find useful the following article on fetching web resources "
"with Python:"
msgstr ""
"También puedes encontrar útil el siguiente artículo sobre la utilización de "
"recursos en la web con Python:"
"También puedes encontrar útil el siguiente artículo sobre la obtención de "
"recursos web con Python:"

#: ../Doc/howto/urllib2.rst:25
msgid ""
Expand All @@ -77,9 +77,9 @@ msgstr ""
"**urllib.request** es un módulo Python para acceder y utilizar recursos de "
"internet identificados por URLs (Uniform Resource Locators). Ofrece una "
"interfaz muy simple, a través de la función *urlopen*. Esta función es capaz "
"de acceder URLs usando una variedad de protocolos diferentes. También ofrece "
"de acceder a URLs usando un conjunto de diferentes protocolos. También ofrece "
"una interfaz un poco más compleja para manejar situaciones comunes - como la "
"autenticación básica, cookies, proxies, entre otros. Estos son "
"autenticación básica, cookies y proxies, entre otros. Estos son "
"proporcionados por los llamados objetos de apertura y gestores."

#: ../Doc/howto/urllib2.rst:36
Expand Down Expand Up @@ -130,7 +130,7 @@ msgid ""
"location, you can do so via the :func:`shutil.copyfileobj` and :func:"
"`tempfile.NamedTemporaryFile` functions::"
msgstr ""
"Si deseas recuperar un recurso a través de la URL y almacenarlo en una "
"Si deseas recuperar un recurso a partir de la URL y almacenarlo en una "
"ubicación temporal, puede hacerlo a través de las funciones :func:`shutil."
"copyfileobj` y :func:`tempfile.NamedTemporaryFile`::"

Expand Down