summaryrefslogtreecommitdiffstats
path: root/Lib/plat-irix5
diff options
context:
space:
mode:
authorBrett Cannon <bcannon@gmail.com>2008-05-15 03:49:00 (GMT)
committerBrett Cannon <bcannon@gmail.com>2008-05-15 03:49:00 (GMT)
commit11ae6e7151fb6c6364f53f28337dd4579c5de0ee (patch)
tree6c7893e5df0a6694d47840aa258e2480e7cdfc51 /Lib/plat-irix5
parent7e37586c50d67805b02475b656f5ad083d4bc168 (diff)
downloadcpython-11ae6e7151fb6c6364f53f28337dd4579c5de0ee.zip
cpython-11ae6e7151fb6c6364f53f28337dd4579c5de0ee.tar.gz
cpython-11ae6e7151fb6c6364f53f28337dd4579c5de0ee.tar.bz2
Deprecated panelparser for removal in 3.0.
Diffstat (limited to 'Lib/plat-irix5')
-rwxr-xr-xLib/plat-irix5/panelparser.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/Lib/plat-irix5/panelparser.py b/Lib/plat-irix5/panelparser.py
index c831c49..362156d 100755
--- a/Lib/plat-irix5/panelparser.py
+++ b/Lib/plat-irix5/panelparser.py
@@ -4,6 +4,9 @@
# (which is written in Scheme so it can't help writing S-expressions).
#
# See notes at end of file.
+from warnings import warnpy3k
+warnpy3k("the panelparser module has been removed in Python 3.0", stacklevel=2)
+del warnpy3k
whitespace = ' \t\n'