Issue 30954: backport unittest.TestCase.assertLogs to 2.7? (original) (raw)
Issue30954
Created on 2017-07-17 21:40 by Dan Lipsitt, last changed 2022-04-11 14:58 by admin. This issue is now closed.
Messages (3) | ||
---|---|---|
msg298558 - (view) | Author: Dan Lipsitt (Dan Lipsitt) | Date: 2017-07-17 21:40 |
Would it be appropriate to backport unittest.TestCase.assertLogs to python 2.7? This would be a useful feature for me. | ||
msg298561 - (view) | Author: R. David Murray (r.david.murray) * ![]() |
Date: 2017-07-17 22:05 |
No. 2.7 is in maintenance mode and gets no new features. | ||
msg298562 - (view) | Author: R. David Murray (r.david.murray) * ![]() |
Date: 2017-07-17 22:06 |
There is, however, unittest2 on pypi that has most of the python3 features backported. |
History | |||
---|---|---|---|
Date | User | Action | Args |
2022-04-11 14:58:49 | admin | set | github: 75137 |
2017-07-17 22:06:56 | r.david.murray | set | messages: + |
2017-07-17 22:05:16 | r.david.murray | set | status: open -> closednosy: + r.david.murraymessages: + resolution: rejectedstage: resolved |
2017-07-17 21:40:41 | Dan Lipsitt | create |