]> granicus.if.org Git - python/commit
Add a DeprecationWarning for when warnings.showwarning() is set to a function
authorBrett Cannon <bcannon@gmail.com>
Mon, 5 May 2008 05:32:07 +0000 (05:32 +0000)
committerBrett Cannon <bcannon@gmail.com>
Mon, 5 May 2008 05:32:07 +0000 (05:32 +0000)
commit8a232cc385343c17d9f615f0aff49fc378bdebae
tree35dbd69774e9a32275293638dcfaeb322dc8790b
parent9ae080ee5acad3c6207db75843cf1a27f868c540
Add a DeprecationWarning for when warnings.showwarning() is set to a function
that lacks support for the new 'line' argument.
Doc/library/warnings.rst
Lib/test/test_warnings.py
Lib/warnings.py
Misc/NEWS
Python/_warnings.c