This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author rhettinger
Recipients rhettinger, yao_way
Date 2020-12-30.17:43:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1609350231.92.0.856931815509.issue42788@roundup.psfhosted.org>
In-reply-to
Content
The current behavior was specified in PEP 238:

   int / int -> float            
   float // int -> float 

See:  https://www.python.org/dev/peps/pep-0238/#semantics-of-floor-division
History
Date User Action Args
2020-12-30 17:43:51rhettingersetrecipients: + rhettinger, yao_way
2020-12-30 17:43:51rhettingersetmessageid: <1609350231.92.0.856931815509.issue42788@roundup.psfhosted.org>
2020-12-30 17:43:51rhettingerlinkissue42788 messages
2020-12-30 17:43:51rhettingercreate