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.

classification
Title: Add a what's new entry about deprecation of random.shuffle's random= parameter
Type: Stage: resolved
Components: Documentation Versions: Python 3.10, Python 3.9
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: docs@python Nosy List: BTaskaya, docs@python, miss-islington, rhettinger
Priority: normal Keywords: patch

Created on 2020-05-30 18:23 by BTaskaya, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 20541 merged BTaskaya, 2020-05-30 18:25
PR 20544 merged miss-islington, 2020-05-30 22:15
Messages (2)
msg370405 - (view) Author: Raymond Hettinger (rhettinger) * (Python committer) Date: 2020-05-30 22:15
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/007bb06a2de9e64fa978f5dd9131d0100227b4cf
msg370406 - (view) Author: Raymond Hettinger (rhettinger) * (Python committer) Date: 2020-05-30 22:33
New changeset 44400e88f906bf99cd2c57791f1201c400daf6af by Miss Islington (bot) in branch '3.9':
bpo-40829: Add a what's new entry about deprecation of shuffle's random parameter (GH-20541) (GH-20544)
https://github.com/python/cpython/commit/44400e88f906bf99cd2c57791f1201c400daf6af
History
Date User Action Args
2022-04-11 14:59:31adminsetgithub: 85006
2020-05-30 22:33:35BTaskayasetstatus: open -> closed
resolution: fixed
stage: patch review -> resolved
2020-05-30 22:33:12rhettingersetmessages: + msg370406
2020-05-30 22:18:29BTaskayasetmessages: - msg370397
2020-05-30 22:18:12BTaskayasettitle: Add a what's new entry about deprecation of random.shuffle -> Add a what's new entry about deprecation of random.shuffle's random= parameter
2020-05-30 22:15:53miss-islingtonsetnosy: + miss-islington
pull_requests: + pull_request19789
2020-05-30 22:15:12rhettingersetnosy: + rhettinger
messages: + msg370405
2020-05-30 18:25:29BTaskayasetkeywords: + patch
stage: patch review
pull_requests: + pull_request19785
2020-05-30 18:23:57BTaskayacreate