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 Julian
Recipients Julian, ezio.melotti, john.feuerstein, rhettinger
Date 2011-09-09.03:30:28
SpamBayes Score 0.033636115
Marked as misclassified No
Message-id <1315539029.19.0.080401357695.issue12941@psf.upfronthosting.co.za>
In-reply-to
Content
Considering this is pretty easily written more or less as

    r = range(20)
    r.pop(random.randrange(0, len(r)))

is it really worth adding?
History
Date User Action Args
2011-09-09 03:30:29Juliansetrecipients: + Julian, rhettinger, ezio.melotti, john.feuerstein
2011-09-09 03:30:29Juliansetmessageid: <1315539029.19.0.080401357695.issue12941@psf.upfronthosting.co.za>
2011-09-09 03:30:28Julianlinkissue12941 messages
2011-09-09 03:30:28Juliancreate