Require implementations for warnings.showwarning() support the 'line' argument.
commit4e66da214830b246ddc19b4b08e1bfa344d6e261
authorbrett.cannon <brett.cannon@6015fed2-1504-0410-9fe1-9d1591cc4771>
Wed, 11 Mar 2009 04:51:06 +0000 (11 04:51 +0000)
committerbrett.cannon <brett.cannon@6015fed2-1504-0410-9fe1-9d1591cc4771>
Wed, 11 Mar 2009 04:51:06 +0000 (11 04:51 +0000)
tree311d48795a01df7a4aeebac9588a17203c7278b4
parent86ab1e69f1ae55b0ed3f6153e091d535389df70b
Require implementations for warnings.showwarning() support the 'line' argument.
Was a DeprecationWarning for not supporting it since Python 2.6.

Closes issue #3652.

git-svn-id: http://svn.python.org/projects/python/trunk@70305 6015fed2-1504-0410-9fe1-9d1591cc4771
Doc/library/warnings.rst
Lib/test/test_warnings.py
Lib/warnings.py
Misc/NEWS
Python/_warnings.c