]> granicus.if.org Git - python/commit
Remove the use of 'inspect' from 'warnings' for detected deprecated use of the
authorBrett Cannon <bcannon@gmail.com>
Mon, 5 May 2008 16:57:38 +0000 (16:57 +0000)
committerBrett Cannon <bcannon@gmail.com>
Mon, 5 May 2008 16:57:38 +0000 (16:57 +0000)
commit9c19bc62478e1cd732623abfdf701239d2f860ce
tree613a3c9faf01bb0ae185708d962203d7792046d3
parent8a232cc385343c17d9f615f0aff49fc378bdebae
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.
Lib/warnings.py