commit | 044616aa244a7b78c27d774143ad17a72467d4ef | [log] [tgz] |
---|---|---|
author | Brett Cannon <bcannon@gmail.com> | Thu May 15 02:33:55 2008 +0000 |
committer | Brett Cannon <bcannon@gmail.com> | Thu May 15 02:33:55 2008 +0000 |
tree | 538a2b2024640ece6b792627f1d4829de1ea129a | |
parent | 3a1693a989e4430490e5da25a055042eb6ac3794 [diff] [blame] |
Deprecate DEVICE, GL, gl, and the related modules cgen and cgensupport for removal in 3.0.
diff --git a/Lib/plat-irix5/GL.py b/Lib/plat-irix5/GL.py index 9f02f65..d0e0074 100755 --- a/Lib/plat-irix5/GL.py +++ b/Lib/plat-irix5/GL.py
@@ -1,3 +1,7 @@ +from warnings import warnpy3k +warnpy3k("the GL module has been removed in Python 3.0", stacklevel=2) +del warnpy3k + NULL = 0 FALSE = 0 TRUE = 1