From f9ddec41ce44c50d25258f1c0bdc68e08329b8a6 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Thu, 11 Apr 2002 20:57:30 +0000 Subject: Guido sez to remove the deprecation warning for a year. The deprecation is now listed in PEP 4. --- Lib/whrandom.py | 5 ----- 1 file changed, 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): -- cgit v0.12