[New-bugs-announce] [issue24678] raiseExceptions typo fix in logging tests

Jacek Kołodziej report at bugs.python.org
Tue Jul 21 20:37:18 CEST 2015


New submission from Jacek Kołodziej:

The typo in test_logging was discovered while working on #23883: in two tests the addCleanup call reverts the raiseEx*ec*ptions value (instead of raiseExceptions) in logging module and apparently that didn't manifest itself in any way.

Patch attached.

----------
components: Tests
files: test_logging_typo.patch
keywords: patch
messages: 247047
nosy: Unit03, vadmium, vinay.sajip
priority: normal
severity: normal
status: open
title: raiseExceptions typo fix in logging tests
versions: Python 3.4, Python 3.5, Python 3.6
Added file: http://bugs.python.org/file39966/test_logging_typo.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue24678>
_______________________________________


More information about the New-bugs-announce mailing list