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 py.user
Recipients docs@python, py.user
Date 2013-06-25.05:03:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1372136633.71.0.576354132285.issue18297@psf.upfronthosting.co.za>
In-reply-to
Content
>>> random.sample('ABC', -1)
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/lib64/python3.3/random.py", line 302, in sample
    raise ValueError("Sample larger than population")
ValueError: Sample larger than population
>>>
History
Date User Action Args
2013-06-25 05:03:53py.usersetrecipients: + py.user, docs@python
2013-06-25 05:03:53py.usersetmessageid: <1372136633.71.0.576354132285.issue18297@psf.upfronthosting.co.za>
2013-06-25 05:03:53py.userlinkissue18297 messages
2013-06-25 05:03:53py.usercreate