Deprecate GLWS from IRIX for removal in 3.0.

This commit is contained in:
Brett Cannon 2008-05-15 03:29:18 +00:00
parent 82bd94e651
commit 707e384a7a
4 changed files with 12 additions and 2 deletions

View file

@ -1,3 +1,7 @@
from warnings import warnpy3k
warnpy3k("the GLWS module has been removed in Python 3.0", stacklevel=2)
del warnpy3k
NOERROR = 0
NOCONTEXT = -1
NODISPLAY = -2