8000 Traducido archivo library/urllib.request by jdgc14 · Pull Request #2292 · python/python-docs-es · GitHub
[go: up one dir, main page]

Skip to content

Traducido archivo library/urllib.request #2292

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 10 commits into from
Feb 23, 2023
Prev Previous commit
Next Next commit
fix library/urllib.request
  • Loading branch information
jdgc14 committed Jan 26, 2023
commit 7b596a374463a65a5a4ce65a9b6d7fd88f6fa03a
10 changes: 5 additions & 5 deletions library/urllib.request.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-01-25 22:15-0500\n"
"PO-Revision-Date: 2023-01-25 22:28-0500\n"
"Last-Translator: Rodrigo Tobar <rtobarc@gmail.com>\n"
"Language-Team: python-doc-es\n"
"Language: es\n"
Expand Down Expand Up @@ -1506,8 +1506,8 @@ msgid ""
"``GET``."
msgstr ""
"Lo mismo que :meth:`http_error_301`, pero invocado para la respuesta "
"'temporary redirect'. No permite cambiar el método de solicitud de ``POST`` "
"a ``GET``."
"'redirección temporal'. No permite cambiar el método de solicitud de "
"``POST`` a ``GET``."

#: ../Doc/library/urllib.request.rst:888
msgid ""
Expand All @@ -1516,8 +1516,8 @@ msgid ""
"``GET``."
msgstr ""
"Lo mismo que :meth:`http_error_301`, pero invocado para la respuesta "
"'permanent redirect'. No permite cambiar el método de solicitud de ``POST`` "
"a ``GET``."
"'redirección permanente'. No permite cambiar el método de solicitud de "
"``POST`` a ``GET``."

#: ../Doc/library/urllib.request.rst:898
msgid "HTTPCookieProcessor Objects"
Expand Down
0