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: Include randbytes in random.__all__
Type: behavior Stage: resolved
Components: Library (Lib) Versions: Python 3.10, Python 3.9
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: rhettinger Nosy List: miss-islington, rhettinger, sbalian, vstinner
Priority: normal Keywords: patch

Created on 2021-01-14 23:24 by sbalian, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 24219 merged sbalian, 2021-01-15 00:17
PR 24225 merged miss-islington, 2021-01-15 17:51
Messages (2)
msg385122 - (view) Author: Raymond Hettinger (rhettinger) * (Python committer) Date: 2021-01-15 17:51
New changeset 998ae1fa3fb05a790071217cf8f6ae3a928da13f by Setrak Balian in branch 'master':
bpo-42931: randbytes missing from random.__all__ (GH-24219)
https://github.com/python/cpython/commit/998ae1fa3fb05a790071217cf8f6ae3a928da13f
msg385123 - (view) Author: Raymond Hettinger (rhettinger) * (Python committer) Date: 2021-01-15 18:22
New changeset 17c1f0c8cb96637c36548edf6e4570ac7564004b by Miss Islington (bot) in branch '3.9':
bpo-42931: randbytes missing from random.__all__ (GH-24219) (GH-24225)
https://github.com/python/cpython/commit/17c1f0c8cb96637c36548edf6e4570ac7564004b
History
Date User Action Args
2022-04-11 14:59:40adminsetgithub: 87097
2021-01-15 18:22:26rhettingersetmessages: + msg385123
2021-01-15 18:22:16rhettingersetstatus: open -> closed
resolution: fixed
stage: patch review -> resolved
2021-01-15 17:51:48miss-islingtonsetnosy: + miss-islington
pull_requests: + pull_request23049
2021-01-15 17:51:05rhettingersetmessages: + msg385122
2021-01-15 08:02:20serhiy.storchakasetnosy: + vstinner
2021-01-15 00:56:34rhettingersetassignee: rhettinger

nosy: + rhettinger
2021-01-15 00:17:50sbaliansetkeywords: + patch
stage: patch review
pull_requests: + pull_request23044
2021-01-14 23:24:01sbaliancreate