[issue2749] Raise a DeprecationWarning for warnings.showwarning(.., line)

Brett Cannon report at bugs.python.org
Sat May 3 23:26:39 CEST 2008


Brett Cannon <brett at python.org> added the comment:

On Sat, May 3, 2008 at 2:11 PM, Benjamin Peterson
<report at bugs.python.org> wrote:
>
>  Benjamin Peterson <musiccomposition at gmail.com> added the comment:
>
>  Brett, can you list the places showwarning is used?
>

Lib/warnings.py and Python/_warnings.c. In both cases just search for
"showwarning"; there is only a single call site in both files.

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue2749>
__________________________________


More information about the Python-bugs-list mailing list