]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Added warning comment
authorGuido van Rossum <guido@python.org>
Fri, 16 Aug 1991 13:28:11 +0000 (13:28 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 16 Aug 1991 13:28:11 +0000 (13:28 +0000)
Lib/lib-old/rand.py
Lib/rand.py

index 06164833284faaca8abb6043d8d4e38bbeb92cee..c299d0a9a95d6a10a332da9613d753f3683c3781 100644 (file)
@@ -1,4 +1,5 @@
 # Module 'rand'
+# Don't use unless you want compatibility with C's rand()!
 
 import whrandom
 
index 06164833284faaca8abb6043d8d4e38bbeb92cee..c299d0a9a95d6a10a332da9613d753f3683c3781 100644 (file)
@@ -1,4 +1,5 @@
 # Module 'rand'
+# Don't use unless you want compatibility with C's rand()!
 
 import whrandom