[issue21583] use support.captured_stderr context manager - test_logging

2014-05-31 Thread Roundup Robot
Roundup Robot added the comment: New changeset f1393e826608 by Vinay Sajip in branch 'default': Closes #21583: Improved test_logging. Thanks to Diana Joan Clarke for the patch. http://hg.python.org/cpython/rev/f1393e826608 -- nosy: +python-dev resolution: -> fixed stage: patch review ->

[issue21583] use support.captured_stderr context manager - test_logging

2014-05-30 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- nosy: +vinay.sajip stage: -> patch review title: use support.catpured_stderr context manager - test_logging -> use support.captured_stderr context manager - test_logging type: -> enhancement ___ Python tracker