Skip to content

Commit 17c1f0c

Browse files
bpo-42931: randbytes missing from random.__all__ (GH-24219) (GH-24225)
1 parent ddc0fa3 commit 17c1f0c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Lib/random.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@
7777
"lognormvariate",
7878
"normalvariate",
7979
"paretovariate",
80+
"randbytes",
8081
"randint",
8182
"random",
8283
"randrange",
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Add :func:`randbytes` to ``random.__all__``.

0 commit comments

Comments
 (0)