Remove the use of 'inspect' from 'warnings' for detected deprecated use of the
commit1a906430f80087085667edde5f1634c290633734
authorbrett.cannon <brett.cannon@6015fed2-1504-0410-9fe1-9d1591cc4771>
Mon, 5 May 2008 16:57:38 +0000 (5 16:57 +0000)
committerbrett.cannon <brett.cannon@6015fed2-1504-0410-9fe1-9d1591cc4771>
Mon, 5 May 2008 16:57:38 +0000 (5 16:57 +0000)
treeabbcecaf8ab9fc69e294d27dfe8181880cd42259
parent354c1165c9c0b31cb95d8cb0f48ac8bb854521d1
Remove the use of 'inspect' from 'warnings' for detected deprecated use of the
showwarning API. Turns out 'inspect' uses 'operator' which is an extension
module. That's a problem when it has not been built yet by setup.py.

git-svn-id: http://svn.python.org/projects/python/trunk@62722 6015fed2-1504-0410-9fe1-9d1591cc4771
Lib/warnings.py