mike stern <[email protected]> added the comment:
I appreciate your answer I just didn't like how she answered earlier saying I cannot reproduce. 2 / 2 gives 1.0 to me. which is not true thanks anyway, now i am gonna have to do some reading ________________________________ From: [email protected] <[email protected]> on behalf of Tim Peters <[email protected]> Sent: Monday, June 22, 2020 5:20 PM To: [email protected] <[email protected]> Subject: [issue41071] from an int to a float , why Tim Peters <[email protected]> added the comment: Read the PEP Serhiy already linked to: https://www.python.org/dev/peps/pep-0238/ This was a deliberate change to how "integer / integer" works, introduced with Python 3. ---------- nosy: +tim.peters status: open -> closed _______________________________________ Python tracker <[email protected]> <https://bugs.python.org/issue41071> _______________________________________ ---------- _______________________________________ Python tracker <[email protected]> <https://bugs.python.org/issue41071> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
