Commit f9ddec41 authored by Fred Drake's avatar Fred Drake

Guido sez to remove the deprecation warning for a year.

The deprecation is now listed in PEP 4.
parent 85705e73
...@@ -36,11 +36,6 @@ down in the serial case by using a lock here.) ...@@ -36,11 +36,6 @@ down in the serial case by using a lock here.)
# Translated by Guido van Rossum from C source provided by # Translated by Guido van Rossum from C source provided by
# Adrian Baddeley. # Adrian Baddeley.
import warnings
warnings.warn("the whrandom module is deprecated; please use random",
DeprecationWarning)
del warnings
class whrandom: class whrandom:
def __init__(self, x = 0, y = 0, z = 0): def __init__(self, x = 0, y = 0, z = 0):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment