Brian Curtin <cur...@acm.org> added the comment:

The wording of the documentation flows and is arranged better than before.

However, there is a test failure: 
test_exceptions.testDeprecatedMessageAttribute depends on the deprecation 
warning always occuring. 
@unittest.skipIf(DeprecationWarning in [filter[2] for filter in 
warnings.filters], "DeprecationWarning disabled") or something like that could 
avoid it.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue7319>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to