[issue41457] Implement random.shuffled

2020-08-02 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: This is a duplicate of issue26393 and issue27964. -- nosy: +serhiy.storchaka resolution: -> duplicate stage: patch review -> resolved status: open -> closed superseder: -> random.shuffled ___ Python tracker

[issue41457] Implement random.shuffled

2020-08-02 Thread Karthikeyan Singaravelan
Change by Karthikeyan Singaravelan : -- nosy: +mark.dickinson, rhettinger ___ Python tracker ___ ___ Python-bugs-list mailing list U

[issue41457] Implement random.shuffled

2020-08-02 Thread Ram Rachum
Change by Ram Rachum : -- keywords: +patch pull_requests: +20848 stage: -> patch review pull_request: https://github.com/python/cpython/pull/21704 ___ Python tracker ___ _

[issue41457] Implement random.shuffled

2020-08-02 Thread Ram Rachum
New submission from Ram Rachum : Writing the patch now. Thread: https://mail.python.org/archives/list/python-id...@python.org/thread/OHLXVKIBMNSQO6BCFK6LEHSYNXDB6OQJ/ -- components: Library (Lib) messages: 374683 nosy: cool-RR priority: normal severity: normal status: open title: Impl