New submission from John Feuerstein <j...@feurix.com>: 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. ---------- components: Library (Lib) files: random_pop.diff keywords: patch messages: 143748 nosy: jfeuerstein priority: normal severity: normal status: open title: add random.pop() type: feature request versions: Python 3.4 Added file: http://bugs.python.org/file23120/random_pop.diff _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue12941> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com