From: Brett Cannon Date: Wed, 11 Mar 2009 05:11:02 +0000 (+0000) Subject: Blocked revisions 70305 via svnmerge X-Git-Tag: v3.1a2~285 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d8e9526a5edbebd6bcb22c03e5272804cc5c91fe;p=thirdparty%2FPython%2Fcpython.git Blocked revisions 70305 via svnmerge ........ r70305 | brett.cannon | 2009-03-10 21:51:06 -0700 (Tue, 10 Mar 2009) | 5 lines Require implementations for warnings.showwarning() support the 'line' argument. Was a DeprecationWarning for not supporting it since Python 2.6. Closes issue #3652. ........ ---