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.

classification
Title: backport unittest.TestCase.assertLogs to 2.7?
Type: enhancement Stage: resolved
Components: Library (Lib) Versions: Python 2.7
process
Status: closed Resolution: rejected
Dependencies: Superseder:
Assigned To: Nosy List: Dan Lipsitt, ezio.melotti, michael.foord, r.david.murray, rbcollins
Priority: normal Keywords:

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) * (Python committer) 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) * (Python committer) 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:49adminsetgithub: 75137
2017-07-17 22:06:56r.david.murraysetmessages: + msg298562
2017-07-17 22:05:16r.david.murraysetstatus: open -> closed

nosy: + r.david.murray
messages: + msg298561

resolution: rejected
stage: resolved
2017-07-17 21:40:41Dan Lipsittcreate