🌐 AI搜索 & 代理 主页
Skip to content
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