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 mark.dickinson, pitrou, rhettinger, serhiy.storchaka, tim.peters, vstinner
Date 2020-04-23.04:58:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1587617934.36.0.777006251776.issue40346@roundup.psfhosted.org>
In-reply-to
Content
This is a breaking change.  The published API says that random() is the base method and that getrandbits() is optional.

It is not okay to flat out ignore the opposing comments from the module maintainers.  Being on the steering committee isn't a license to do whatever you want, ignoring published APIs, breaking user code, and ignoring other contributors.  If you want to go forward with this, there should be a PEP (and you should be recused from adjudicating it).
History
Date User Action Args
2020-04-23 04:58:54rhettingersetrecipients: + rhettinger, tim.peters, mark.dickinson, pitrou, vstinner, serhiy.storchaka
2020-04-23 04:58:54rhettingersetmessageid: <1587617934.36.0.777006251776.issue40346@roundup.psfhosted.org>
2020-04-23 04:58:54rhettingerlinkissue40346 messages
2020-04-23 04:58:54rhettingercreate