Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
mmmarcos merged 3 commits intopython:3.12fromcacrespo:homogeneizar_floor_division
Jan 26, 2024
Merged
Show file tree
Hide file tree
Changes fromall 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 deletionswhatsnew/3.11.po
View file
Open in desktop
Original file line numberDiff line numberDiff 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 enterosa la baja(``//``) está mejor ajustada para la "
"optimización porparte de los compiladores. Ahora es un 20 % más rápido en "
"x86-64 cuando sedivide un :class:`int` por un valor menor que ``2**30``. "
"(Aportado porGregory P. Smith y Tim Peters en :gh:`90564`.)"

#: ../Doc/whatsnew/3.11.rst:1277
#, python-format
Expand Down
3 changes: 1 addition & 2 deletionswhatsnew/3.9.po
View file
Open in desktop
Original file line numberDiff line numberDiff 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 porDong-hee Na en :issue:`39434`.)"
"para esta operación. (Contribuido porDonghee Na en :issue:`39434`.)"

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

[8]ページ先頭

©2009-2025 Movatter.jp