mirror of https://github.com/python/cpython
Added warning comment
This commit is contained in:
parent
4d0fdc34d1
commit
668317db89
|
@ -1,4 +1,5 @@
|
|||
# Module 'rand'
|
||||
# Don't use unless you want compatibility with C's rand()!
|
||||
|
||||
import whrandom
|
||||
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
# Module 'rand'
|
||||
# Don't use unless you want compatibility with C's rand()!
|
||||
|
||||
import whrandom
|
||||
|
||||
|
|
Loading…
Reference in New Issue