summaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2002-04-11 20:57:30 (GMT)
committerFred Drake <fdrake@acm.org>2002-04-11 20:57:30 (GMT)
commitf9ddec41ce44c50d25258f1c0bdc68e08329b8a6 (patch)
tree71e479441ab9315ca61d85b7049f9c02f12f7c21 /Lib
parent85705e73b16e1371fea5cb29a304275387f726b3 (diff)
downloadcpython-f9ddec41ce44c50d25258f1c0bdc68e08329b8a6.zip
cpython-f9ddec41ce44c50d25258f1c0bdc68e08329b8a6.tar.gz
cpython-f9ddec41ce44c50d25258f1c0bdc68e08329b8a6.tar.bz2
Guido sez to remove the deprecation warning for a year.
The deprecation is now listed in PEP 4.
Diffstat (limited to 'Lib')
-rw-r--r--Lib/whrandom.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/Lib/whrandom.py b/Lib/whrandom.py
index d4c07e3..a3a9bf7 100644
--- a/Lib/whrandom.py
+++ b/Lib/whrandom.py
@@ -36,11 +36,6 @@ down in the serial case by using a lock here.)
# Translated by Guido van Rossum from C source provided by
# Adrian Baddeley.
-import warnings
-warnings.warn("the whrandom module is deprecated; please use random",
- DeprecationWarning)
-del warnings
-
class whrandom:
def __init__(self, x = 0, y = 0, z = 0):