Commit 11ae6e71 authored by Brett Cannon's avatar Brett Cannon

Deprecated panelparser for removal in 3.0.

parent 7e37586c
......@@ -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'
......
......@@ -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'
......
......@@ -32,7 +32,10 @@ Extension Modules
Library
-------
-The panel module from IRIX has been deprecate for removal in Python 3.0.
- The panelparser module from IRIX has been deprecated for removal in
Python 3.0.
-The panel module from IRIX has been deprecated for removal in Python 3.0.
- The jpeg module from IRIX has been deprecated for removal in Python 3.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