Issue 18894: In unittest.TestResult.failures remove deprecated fail* methods (original) (raw)

This issue has been migrated to GitHub: https://github.com/python/cpython/issues/63094

classification

Title: In unittest.TestResult.failures remove deprecated fail* methods
Type: enhancement Stage: resolved
Components: Documentation Versions: Python 3.3, Python 3.4, Python 2.7

process

Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: ezio.melotti Nosy List: docs@python, ezio.melotti, michael.foord, py.user, python-dev
Priority: normal Keywords: patch

Created on 2013-08-31 16:22 by py.user, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
issue18894.diff py.user,2013-08-31 16:22 review
Messages (3)
msg196644 - (view) Author: py.user (py.user) * Date: 2013-08-31 16:22
http://docs.python.org/3/library/unittest.html#unittest.TestResult.failures
msg197148 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2013-09-07 12:20
New changeset c391c30fee99 by Ezio Melotti in branch '2.7': #18894: remove mention of deprecated fail* methods. http://hg.python.org/cpython/rev/c391c30fee99 New changeset c3a2c0504960 by Ezio Melotti in branch '3.3': #18894: remove mention of deprecated fail* methods. http://hg.python.org/cpython/rev/c3a2c0504960 New changeset 5fbb01033a08 by Ezio Melotti in branch 'default': #18894: merge with 3.3. http://hg.python.org/cpython/rev/5fbb01033a08
msg197149 - (view) Author: Ezio Melotti (ezio.melotti) * (Python committer) Date: 2013-09-07 12:21
Fixed, thanks for the report and the patch!
History
Date User Action Args
2022-04-11 14:57:50 admin set github: 63094
2013-09-07 12:21:24 ezio.melotti set status: open -> closedversions: + Python 2.7messages: + assignee: docs@python -> ezio.melottiresolution: fixedstage: resolved
2013-09-07 12:20:33 python-dev set nosy: + python-devmessages: +
2013-09-07 05:56:37 terry.reedy set nosy: + ezio.melotti, michael.foord
2013-08-31 16:22:54 py.user create