Skip to content

Ajuste '//' por 'división entera a la baja' #2798

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 3 commits into from
Jan 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
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
8 changes: 4 additions & 4 deletions whatsnew/3.11.po
Original file line number Diff line number Diff line change
Expand Up @@ -2107,10 +2107,10 @@ msgid ""
"smaller than ``2**30``. (Contributed by Gregory P. Smith and Tim Peters in :"
"gh:`90564`.)"
msgstr ""
"La división de enteros (``//``) está mejor ajustada para la optimización por "
"parte de los compiladores. Ahora es un 20 % más rápido en x86-64 cuando se "
"divide un :class:`int` por un valor menor que ``2**30``. (Aportado por "
"Gregory P. Smith y Tim Peters en :gh:`90564`.)"
"La división de enteros a la baja (``//``) está mejor ajustada para la "
"optimización por parte de los compiladores. Ahora es un 20 % más rápido en "
"x86-64 cuando se divide un :class:`int` por un valor menor que ``2**30``. "
"(Aportado por Gregory P. Smith y Tim Peters en :gh:`90564`.)"

#: ../Doc/whatsnew/3.11.rst:1277
#, python-format
Expand Down
3 changes: 1 addition & 2 deletions whatsnew/3.9.po
Original file line number Diff line number Diff line change
Expand Up @@ -1616,15 +1616,14 @@ msgstr ""
"iteración. (Contribuido por Tim Peters en :issue:`37257`.)"

#: ../Doc/whatsnew/3.9.rst:791
#, fuzzy
msgid ""
":term:`floor division` of float operation now has a better performance. Also "
"the message of :exc:`ZeroDivisionError` for this operation is updated. "
"(Contributed by Donghee Na in :issue:`39434`.)"
msgstr ""
":term:`floor division` de operación flotante ahora tiene un mejor "
"rendimiento. También se actualiza el mensaje de :exc:`ZeroDivisionError` "
"para esta operación. (Contribuido por Dong-hee Na en :issue:`39434`.)"
"para esta operación. (Contribuido por Donghee Na en :issue:`39434`.)"

#: ../Doc/whatsnew/3.9.rst:795
#, python-format
Expand Down