[Python-checkins] CVS: python/dist/src/Mac/Lib/lib-compat Icn.py,1.1,1.2

Jack Jansen jackjansen@users.sourceforge.net
2001年8月25日 04:49:16 -0700


Update of /cvsroot/python/python/dist/src/Mac/Lib/lib-compat
In directory usw-pr-cvs1:/tmp/cvs-serv15068/Python/Mac/Lib/lib-compat
Modified Files:
	Icn.py 
Log Message:
Step 2 in putting the MacOS toolbox modules in a package: issue a DepracationWarning in the compatibility modules.
Index: Icn.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Lib/lib-compat/Icn.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** Icn.py	2001年08月19日 22:28:17	1.1
--- Icn.py	2001年08月25日 11:49:14	1.2
***************
*** 1 ****
--- 1,4 ----
+ import warnings
+ warnings.warn("The %s module is deprecated; use Carbon.%s"%(__name__, __name__),
+ 	DeprecationWarning, stacklevel=2)
 from Carbon.Icn import *

AltStyle によって変換されたページ (->オリジナル) /