Skip to content

Commit

Permalink
bpo-42931: randbytes missing from random.__all__ (GH-24219) (GH-24225)
Browse files Browse the repository at this point in the history
  • Loading branch information
miss-islington committed Jan 15, 2021
1 parent ddc0fa3 commit 17c1f0c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Lib/random.py
Expand Up @@ -77,6 +77,7 @@
"lognormvariate",
"normalvariate",
"paretovariate",
"randbytes",
"randint",
"random",
"randrange",
Expand Down
@@ -0,0 +1 @@
Add :func:`randbytes` to ``random.__all__``.

0 comments on commit 17c1f0c

Please sign in to comment.