[Python-checkins] CVS: python/dist/src/Mac/Lib/lib-compat Icons.py,1.1,1.2
Jack Jansen
jackjansen@users.sourceforge.net
2001年8月25日 04:49:24 -0700
Update of /cvsroot/python/python/dist/src/Mac/Lib/lib-compat
In directory usw-pr-cvs1:/tmp/cvs-serv15094/Python/Mac/Lib/lib-compat
Modified Files:
Icons.py
Log Message:
Step 2 in putting the MacOS toolbox modules in a package: issue a DepracationWarning in the compatibility modules.
Index: Icons.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Lib/lib-compat/Icons.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** Icons.py 2001年08月19日 22:27:05 1.1
--- Icons.py 2001年08月25日 11:49:22 1.2
***************
*** 1 ****
--- 1,4 ----
+ import warnings
+ warnings.warn("The %s module is deprecated; use Carbon.%s"%(__name__, __name__),
+ DeprecationWarning, stacklevel=2)
from Carbon.Icons import *