Brett Cannon <br...@python.org> added the comment:

Yep, my mistake. To make up for my screw-up I backported the change to py3k
in r71259. In trunk you might want to make the test more robust by moving
the warnings filter change to within the try statement like I did in py3k to
prevent that from throwing an exception and preventing the
captureWarnings(False) call from being executed.

----------
Added file: http://bugs.python.org/file13623/unnamed

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue5695>
_______________________________________
Yep, my mistake. To make up for my screw-up I backported the change to py3k in 
r71259. In trunk you might want to make the test more robust by moving the 
warnings filter change to within the try statement like I did in py3k to 
prevent that from throwing an exception and preventing the 
captureWarnings(False) call from being executed.<br>

_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to