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 fredrikj
Recipients fredrikj, georg.brandl
Date 2008-07-30.10:43:23
SpamBayes Score 6.364841e-05
Marked as misclassified No
Message-id <1217414606.28.0.183215077466.issue3470@psf.upfronthosting.co.za>
In-reply-to
Content
The docstring for random.Random mentions a method getrandombits().
Surely this should be getrandbits()?

This ghost method is also mentioned in the Library Reference page for
the random module.
History
Date User Action Args
2008-07-30 10:43:26fredrikjsetrecipients: + fredrikj, georg.brandl
2008-07-30 10:43:26fredrikjsetmessageid: <1217414606.28.0.183215077466.issue3470@psf.upfronthosting.co.za>
2008-07-30 10:43:24fredrikjlinkissue3470 messages
2008-07-30 10:43:24fredrikjcreate