summaryrefslogtreecommitdiffstats
path: root/Lib/plat-irix6
diff options
context:
space:
mode:
authorBrett Cannon <bcannon@gmail.com>2008-05-14 21:12:12 (GMT)
committerBrett Cannon <bcannon@gmail.com>2008-05-14 21:12:12 (GMT)
commit650f5161f45390bc3b621bc7db9edfd54e7f59b9 (patch)
tree53165bcdac718396ee4afb64ce5a35961e9db54f /Lib/plat-irix6
parent54c77aa4595a9896f45390d0d0ce6ff47870cca0 (diff)
downloadcpython-650f5161f45390bc3b621bc7db9edfd54e7f59b9.zip
cpython-650f5161f45390bc3b621bc7db9edfd54e7f59b9.tar.gz
cpython-650f5161f45390bc3b621bc7db9edfd54e7f59b9.tar.bz2
Deprecate CL, CL_old, and cl for 3.0.
Diffstat (limited to 'Lib/plat-irix6')
-rw-r--r--Lib/plat-irix6/CL.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/Lib/plat-irix6/CL.py b/Lib/plat-irix6/CL.py
index 23259c5..15130e4 100644
--- a/Lib/plat-irix6/CL.py
+++ b/Lib/plat-irix6/CL.py
@@ -1,5 +1,9 @@
# Backward compatible module CL.
# All relevant symbols are now defined in the module cl.
+from warnings import warnpy3k
+warnpy3k("the CL module has been removed in Python 3.0", stacklevel=2)
+del warnpy3k
+
try:
from cl import *
except ImportError: