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
Show file tree
Hide file tree
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
Agregando palabra faltante howto/urllib2
  • Loading branch information
cmaureir committed Aug 16, 2020
commit e1773ff0a6f5a74d4207a0bbed2b5412376bbca2
1 change: 1 addition & 0 deletions dictionaries/howto_urllib2.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ Resumiéndolo
geturl
info
urlopen
internet
4 changes: 2 additions & 2 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 urllib"
msgstr "HOWTO - Cómo obtener recursos de Internet con el paquete urllib"

#: ../Doc/howto/urllib2.rst:0
msgid "Author"
Expand Down Expand Up @@ -824,7 +824,7 @@ msgid ""
"set to use the proxy, which urllib picks up on. In order to test scripts "
"with a localhost server, I have to prevent urllib from using the proxy."
msgstr ""
"En mi caso tengo que usar un proxy para acceder a Internet en el trabajo. Si "
"En mi caso tengo que usar un proxy para acceder a internet en el trabajo. Si "
"intentas consultar URLs de *localhost* a través de este proxy, las bloquea. "
"IE está configurado para usar el proxy, que urllib recoge. Para poder probar "
"los scripts con un servidor localhost, tengo que evitar que urllib use el "
Expand Down