Message 321564 - Python tracker

Message321564

Author Bryan.Oakley
Recipients Bryan.Oakley, cheryl.sabella, serhiy.storchaka, terry.reedy, vstinner
Date 2018-07-12.15:22:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAKypQnyDHurqjkrgZKO+L6kXgQ7b2_A8sTS-L-oer51ChrjOsg@mail.gmail.com>
In-reply-to <1531403333.69.0.56676864532.issue33289@psf.upfronthosting.co.za>
Content
yes, this is a well known backwards incompatibility. In python 2, the
division operator returns an integer if both operands are integers. In
python 3 it returns a float.

https://www.python.org/dev/peps/pep-0238/

On Thu, Jul 12, 2018 at 8:48 AM STINNER Victor <report@bugs.python.org>
wrote:

>
> STINNER Victor <vstinner@redhat.com> added the comment:
>
> Is this issue a regression of Python 3? red/256 gave an integer on Python
> 2?
>
> ----------
> nosy: +vstinner
>
> _______________________________________
> Python tracker <report@bugs.python.org>
> <https://bugs.python.org/issue33289>
> _______________________________________
>
History
Date User Action Args
2018-07-12 15:22:48Bryan.Oakleysetrecipients: + Bryan.Oakley, terry.reedy, vstinner, serhiy.storchaka, cheryl.sabella
2018-07-12 15:22:48Bryan.Oakleylinkissue33289 messages
2018-07-12 15:22:48Bryan.Oakleycreate