Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Traducido archivo whatsnew/3.5 #1126

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 21 commits into from
Aug 19, 2021
Merged
Changes from 1 commit
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
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
Cambiando devolver -> retornar
  • Loading branch information
cmaureir committed Aug 18, 2021
commit d882253fd0a706e4b1e3e2983b103d39f410ef23
4 changes: 2 additions & 2 deletions 4 whatsnew/3.5.po
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ msgid ""
"being iterated by ``yield from`` expressions. (Contributed by Benno Leslie "
"and Yury Selivanov in :issue:`24450`.)"
msgstr ""
"Los generadores tienen un nuevo atributo ``gi_yieldfrom``, el cual devuelve "
"Los generadores tienen un nuevo atributo ``gi_yieldfrom``, el cual retorna "
"el objeto que está siendo iterado por expresiones ``yield from``. "
"(Contribución de Benno Leslie y Yury Selivanov en :issue:`24450`.)"

Expand Down Expand Up @@ -1785,7 +1785,7 @@ msgid ""
"TestSuite` if *module* contains no docstrings, instead of raising :exc:"
"`ValueError`. (Contributed by Glenn Jones in :issue:`15916`.)"
msgstr ""
"La función :func:`~doctest.DocTestSuite` devuelve una clase :class:`unittest."
"La función :func:`~doctest.DocTestSuite` retorna una clase :class:`unittest."
"TestSuite` vacía si *module* no contiene docstrings, en lugar de lanzar :exc:"
"`ValueError`. (Contribución de Glenn Jones en :issue:`15916`.)"

Expand Down
Morty Proxy This is a proxified and sanitized view of the page, visit original site.