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 john.feuerstein
Recipients john.feuerstein
Date 2011-09-09.00:10:59
SpamBayes Score 0.00023076327
Marked as misclassified No
Message-id <1315527061.03.0.145475351113.issue12941@psf.upfronthosting.co.za>
In-reply-to
Content
This patch against current hg tip (72314:92842e347d98) adds random.pop():

    pop(self, seq) method of Random instance
        Remove and return a random element from a non-empty sequence.

Includes test case.
History
Date User Action Args
2011-09-09 00:11:01john.feuersteinsetrecipients: + john.feuerstein
2011-09-09 00:11:01john.feuersteinsetmessageid: <1315527061.03.0.145475351113.issue12941@psf.upfronthosting.co.za>
2011-09-09 00:11:00john.feuersteinlinkissue12941 messages
2011-09-09 00:11:00john.feuersteincreate