]> granicus.if.org Git - python/commit
Require implementations for warnings.showwarning() support the 'line' argument.
authorBrett Cannon <bcannon@gmail.com>
Wed, 11 Mar 2009 04:51:06 +0000 (04:51 +0000)
committerBrett Cannon <bcannon@gmail.com>
Wed, 11 Mar 2009 04:51:06 +0000 (04:51 +0000)
commit6c4cff0f32c574454114d4cff6bd5f6d2870c04d
treefdbdf406cf2042452c43b6a9901a641da79b0c1f
parent8f19598f78fe767b0ae91d6265eb193cb08820eb
Require implementations for warnings.showwarning() support the 'line' argument.
Was a DeprecationWarning for not supporting it since Python 2.6.

Closes issue #3652.
Doc/library/warnings.rst
Lib/test/test_warnings.py
Lib/warnings.py
Misc/NEWS
Python/_warnings.c