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/Modules/cgen.py b/Modules/cgen.py index f07d984..c63962b 100644 --- a/Modules/cgen.py +++ b/Modules/cgen.py
@@ -17,6 +17,9 @@ # # XXX BUG return arrays generate wrong code # XXX need to change error returns into gotos to free mallocked arrays +from warnings import warnpy3k +warnpy3k("the cgen module has been removed in Python 3.0", stacklevel=2) +del warnpy3k import string