[issue40829] Add a what's new entry about deprecation of random.shuffle

2020-05-30 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 3.0 -> 4.0 pull_requests: +19789 pull_request: https://github.com/python/cpython/pull/20544 ___ Python tracker _

[issue40829] Add a what's new entry about deprecation of random.shuffle

2020-05-30 Thread Raymond Hettinger
Raymond Hettinger added the comment: New changeset 007bb06a2de9e64fa978f5dd9131d0100227b4cf by Batuhan Taskaya in branch 'master': bpo-40829: Add a what's new entry about deprecation of shuffle's random parameter (GH-20541) https://github.com/python/cpython/commit/007bb06a2de9e64fa978f5dd913

[issue40829] Add a what's new entry about deprecation of random.shuffle

2020-05-30 Thread Batuhan Taskaya
Change by Batuhan Taskaya : -- keywords: +patch pull_requests: +19785 stage: -> patch review pull_request: https://github.com/python/cpython/pull/20541 ___ Python tracker ___

[issue40829] Add a what's new entry about deprecation of random.shuffle

2020-05-30 Thread Batuhan Taskaya
New submission from Batuhan Taskaya : random.shuffle deprecated with bpo-40465 but a what's news entry didn't exist about it. -- assignee: docs@python components: Documentation messages: 370397 nosy: BTaskaya, docs@python priority: normal severity: normal status: open title: Add a what