summaryrefslogtreecommitdiff
path: root/Lib/lib-old
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1991-08-16 13:28:11 +0000
committerGuido van Rossum <guido@python.org>1991-08-16 13:28:11 +0000
commit668317db897185c0cbc2ee97d6344a08d233469c (patch)
tree51bcd797e0e6754f11b81afb9752d524a3ae43c7 /Lib/lib-old
parent4d0fdc34d1b09d0ff68359f1949bde6c7db9e338 (diff)
downloadcpython-git-668317db897185c0cbc2ee97d6344a08d233469c.tar.gz
Added warning comment
Diffstat (limited to 'Lib/lib-old')
-rw-r--r--Lib/lib-old/rand.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/lib-old/rand.py b/Lib/lib-old/rand.py
index 0616483328..c299d0a9a9 100644
--- a/Lib/lib-old/rand.py
+++ b/Lib/lib-old/rand.py
@@ -1,4 +1,5 @@
# Module 'rand'
+# Don't use unless you want compatibility with C's rand()!
import whrandom