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 yselivanov
Recipients ncoghlan, r.david.murray, serhiy.storchaka, yselivanov
Date 2014-02-10.21:36:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1392068194.33.0.387049966627.issue20583@psf.upfronthosting.co.za>
In-reply-to
Content
I'm -1 on this.

Yes, there is a convention in Python that _names are kind of private, but it's just a convention, and not everybody follow it. Making this change would just break too many things.

As for the code in question: Random.randrange -- why does it have this '_int' parameter, after all?
History
Date User Action Args
2014-02-10 21:36:34yselivanovsetrecipients: + yselivanov, ncoghlan, r.david.murray, serhiy.storchaka
2014-02-10 21:36:34yselivanovsetmessageid: <1392068194.33.0.387049966627.issue20583@psf.upfronthosting.co.za>
2014-02-10 21:36:34yselivanovlinkissue20583 messages
2014-02-10 21:36:33yselivanovcreate