From 668317db897185c0cbc2ee97d6344a08d233469c Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Fri, 16 Aug 1991 13:28:11 +0000 Subject: Added warning comment --- Lib/lib-old/rand.py | 1 + Lib/rand.py | 1 + 2 files changed, 2 insertions(+) diff --git a/Lib/lib-old/rand.py b/Lib/lib-old/rand.py index 0616483..c299d0a 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 diff --git a/Lib/rand.py b/Lib/rand.py index 0616483..c299d0a 100644 --- a/Lib/rand.py +++ b/Lib/rand.py @@ -1,4 +1,5 @@ # Module 'rand' +# Don't use unless you want compatibility with C's rand()! import whrandom -- cgit v0.12