From: Guido van Rossum Date: Fri, 16 Aug 1991 13:28:11 +0000 (+0000) Subject: Added warning comment X-Git-Tag: v0.9.8~821 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=668317db897185c0cbc2ee97d6344a08d233469c;p=thirdparty%2FPython%2Fcpython.git Added warning comment --- diff --git a/Lib/lib-old/rand.py b/Lib/lib-old/rand.py index 06164833284f..c299d0a9a95d 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 06164833284f..c299d0a9a95d 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