This issue tracker has been migrated to GitHub ,
and is currently read-only.
For more information,
see the GitHub FAQs in the Python's Developer Guide.
Created on 2014年05月26日 17:35 by diana, last changed 2022年04月11日 14:58 by admin. This issue is now closed.
| Files | ||||
|---|---|---|---|---|
| File name | Uploaded | Description | Edit | |
| use_support_captured_stderr_test_logging.patch | diana, 2014年05月26日 17:35 | review | ||
| Messages (3) | |||
|---|---|---|---|
| msg219165 - (view) | Author: diana (diana) * | Date: 2014年05月26日 17:35 | |
- Updated test_asyncore to use the support.catpured_stderr context manager - Removed unused imports |
|||
| msg219167 - (view) | Author: diana (diana) * | Date: 2014年05月26日 17:48 | |
oops, typo: - Updated test_logging (not test_asyncore) to use the support.catpured_stderr context manager |
|||
| msg219447 - (view) | Author: Roundup Robot (python-dev) (Python triager) | Date: 2014年05月31日 07:20 | |
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 |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:58:04 | admin | set | github: 65782 |
| 2014年05月31日 07:20:03 | python-dev | set | status: open -> closed nosy: + python-dev messages: + msg219447 resolution: fixed stage: patch review -> resolved |
| 2014年05月30日 19:12:33 | terry.reedy | set | nosy:
+ vinay.sajip type: enhancement stage: patch review title: use support.catpured_stderr context manager - test_logging -> use support.captured_stderr context manager - test_logging |
| 2014年05月26日 17:48:10 | diana | set | messages: + msg219167 |
| 2014年05月26日 17:35:10 | diana | create | |