[issue3652] Remove DeprecationWarning in _warnings about 'line'

2009-03-10 Thread Brett Cannon
Brett Cannon added the comment: Applied in r70305 on trunk. Apparently I had already applied the patch for py3k. -- resolution: -> fixed status: open -> closed ___ Python tracker __

[issue3652] Remove DeprecationWarning in _warnings about 'line'

2009-02-06 Thread Brett Cannon
Brett Cannon added the comment: Here is a patch to remove the DeprecationWarning. -- keywords: +patch Added file: http://bugs.python.org/file12967/issue3652.diff ___ Python tracker _

[issue3652] Remove DeprecationWarning in _warnings about 'line'

2008-08-22 Thread Brett Cannon
New submission from Brett Cannon <[EMAIL PROTECTED]>: The DeprecationWarning introduced in Python 2.6/3.0 about the 'line' argument for showwarning() can be removed in 2.7/3.1. -- assignee: brett.cannon components: Library (Lib) messages: 71797 nosy: brett.cannon priority: normal severit