bpo-42931: randbytes missing from random.__all__ (GH-24219) (GH-24225)

This commit is contained in:
Miss Islington (bot) 2021-01-15 10:21:52 -08:00 committed by GitHub
parent ddc0fa3a1c
commit 17c1f0c8cb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View file

@ -77,6 +77,7 @@
"lognormvariate",
"normalvariate",
"paretovariate",
"randbytes",
"randint",
"random",
"randrange",