mirror of
https://github.com/python/cpython.git
synced 2025-10-14 18:59:46 +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",
|
"lognormvariate",
|
||||||
"normalvariate",
|
"normalvariate",
|
||||||
"paretovariate",
|
"paretovariate",
|
||||||
|
"randbytes",
|
||||||
"randint",
|
"randint",
|
||||||
"random",
|
"random",
|
||||||
"randrange",
|
"randrange",
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
Add :func:`randbytes` to ``random.__all__``.
|
Loading…
Add table
Add a link
Reference in a new issue