Deprecated panelparser for removal in 3.0.

This commit is contained in:
Brett Cannon 2008-05-15 03:49:00 +00:00
parent 7e37586c50
commit 11ae6e7151
3 changed files with 10 additions and 1 deletions

View file

@ -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'