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 skrah
Recipients facundobatista, mark.dickinson, python-dev, rhettinger, serhiy.storchaka, skrah
Date 2016-07-17.13:03:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1468760616.59.0.105962434719.issue26974@psf.upfronthosting.co.za>
In-reply-to
Content
I'm leaving this open in case anyone wants to do something about the Python version. I tend to agree with Raymond:

It is impractical to "fix" all such constructs in the Python version, unless one consistently uses a style like:

   float.as_integer_ratio(float.__abs__(-1.5))
History
Date User Action Args
2016-07-17 13:03:36skrahsetrecipients: + skrah, rhettinger, facundobatista, mark.dickinson, python-dev, serhiy.storchaka
2016-07-17 13:03:36skrahsetmessageid: <1468760616.59.0.105962434719.issue26974@psf.upfronthosting.co.za>
2016-07-17 13:03:36skrahlinkissue26974 messages
2016-07-17 13:03:36skrahcreate