commit | 52a7d982736fd4111b7937c4e575adb1a39f8afa | [log] [tgz] |
---|---|---|
author | Brett Cannon <brett@python.org> | Sun Jul 17 19:17:55 2011 -0700 |
committer | Brett Cannon <brett@python.org> | Sun Jul 17 19:17:55 2011 -0700 |
tree | 81a73e3f745620057a1f0486b9fa08fddac0dd47 | |
parent | b05be7d936051a04a529fb7ad63731aeabe0fb9b [diff] |
Make warnings accept a callable for showwarnings instead of restricting itself to just functions and methods (which allows built-in functions to be used, etc.). Closes issue #10271. Thanks to lekma for the bug report.