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 Eric.Wieser, josh.r, mark.dickinson, rhettinger, scoder, serhiy.storchaka, wolma
Date 2018-03-13.21:54:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1520978061.37.0.467229070634.issue28716@psf.upfronthosting.co.za>
In-reply-to
Content
FYI, adding int.as_integer_ratio() is being taken care in a separate issue:  https://bugs.python.org/issue33073 . I've set it aside for a beginning core-dev mentee to work on because it is simple and self-contained.  Pretty much all the related work can be done here.
History
Date User Action Args
2018-03-13 21:54:21rhettingersetrecipients: + rhettinger, mark.dickinson, scoder, serhiy.storchaka, Eric.Wieser, wolma, josh.r
2018-03-13 21:54:21rhettingersetmessageid: <1520978061.37.0.467229070634.issue28716@psf.upfronthosting.co.za>
2018-03-13 21:54:21rhettingerlinkissue28716 messages
2018-03-13 21:54:21rhettingercreate