mirror of
https://github.com/python/cpython.git
synced 2025-07-09 20:35:26 +00:00
bpo-42931: randbytes missing from random.__all__ (GH-24219)
This commit is contained in:
parent
ba876c44a8
commit
998ae1fa3f
2 changed files with 2 additions and 0 deletions
|
@ -78,6 +78,7 @@ __all__ = [
|
|||
"lognormvariate",
|
||||
"normalvariate",
|
||||
"paretovariate",
|
||||
"randbytes",
|
||||
"randint",
|
||||
"random",
|
||||
"randrange",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue