]> granicus.if.org Git - python/commit
Fix a backwards-compatibility mistake where a new optional argument for
authorBrett Cannon <bcannon@gmail.com>
Fri, 2 May 2008 02:25:09 +0000 (02:25 +0000)
committerBrett Cannon <bcannon@gmail.com>
Fri, 2 May 2008 02:25:09 +0000 (02:25 +0000)
commitb457ddaff2094a0ec02176184beb74f600178ed4
tree643f39fbda9291cb860135c85ca41b0482d22305
parent0c65fe606eb1fa0d6d51d8421ae6b83b81a0cc5e
Fix a backwards-compatibility mistake where a new optional argument for
warnings.showwarning() was being used. This broke pre-existing replacements for
the function since they didn't support the extra argument.

Closes issue 2705.
Misc/NEWS
Python/_warnings.c