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 2015年07月21日 18:37 by Unit03, last changed 2022年04月11日 14:58 by admin. This issue is now closed.
| Files | ||||
|---|---|---|---|---|
| File name | Uploaded | Description | Edit | |
| test_logging_typo.patch | Unit03, 2015年07月21日 18:37 | review | ||
| test_logging_typo.v2.patch | Unit03, 2015年07月21日 19:30 | review | ||
| Messages (6) | |||
|---|---|---|---|
| msg247047 - (view) | Author: Jacek Kołodziej (Unit03) * | Date: 2015年07月21日 18:37 | |
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. |
|||
| msg247048 - (view) | Author: Serhiy Storchaka (serhiy.storchaka) * (Python committer) | Date: 2015年07月21日 18:45 | |
I would use test.support.swapattr(). |
|||
| msg247052 - (view) | Author: Jacek Kołodziej (Unit03) * | Date: 2015年07月21日 19:30 | |
s/swapattr/swap_attr/g :) Done. |
|||
| msg247053 - (view) | Author: Serhiy Storchaka (serhiy.storchaka) * (Python committer) | Date: 2015年07月21日 19:34 | |
LGTM. |
|||
| msg247054 - (view) | Author: Roundup Robot (python-dev) (Python triager) | Date: 2015年07月21日 19:42 | |
New changeset 20e2b980bb87 by Serhiy Storchaka in branch '3.4': Issue #24678: Fixed raiseExceptions typo in logging tests. https://hg.python.org/cpython/rev/20e2b980bb87 New changeset 7a54e400155f by Serhiy Storchaka in branch '3.5': Issue #24678: Fixed raiseExceptions typo in logging tests. https://hg.python.org/cpython/rev/7a54e400155f New changeset 83b45ea19d00 by Serhiy Storchaka in branch 'default': Issue #24678: Fixed raiseExceptions typo in logging tests. https://hg.python.org/cpython/rev/83b45ea19d00 |
|||
| msg247056 - (view) | Author: Serhiy Storchaka (serhiy.storchaka) * (Python committer) | Date: 2015年07月21日 19:43 | |
Thank you for your contribution Jacek. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:58:19 | admin | set | github: 68866 |
| 2015年07月21日 19:43:09 | serhiy.storchaka | set | status: open -> closed resolution: fixed messages: + msg247056 stage: commit review -> resolved |
| 2015年07月21日 19:42:02 | python-dev | set | nosy:
+ python-dev messages: + msg247054 |
| 2015年07月21日 19:34:14 | serhiy.storchaka | set | assignee: serhiy.storchaka type: behavior messages: + msg247053 stage: commit review |
| 2015年07月21日 19:30:03 | Unit03 | set | files:
+ test_logging_typo.v2.patch messages: + msg247052 |
| 2015年07月21日 18:45:30 | serhiy.storchaka | set | nosy:
+ serhiy.storchaka messages: + msg247048 |
| 2015年07月21日 18:37:18 | Unit03 | create | |