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: 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:50adminsetgithub: 63094
2013-09-07 12:21:24ezio.melottisetstatus: open -> closed
versions: + Python 2.7
messages: + msg197149

assignee: docs@python -> ezio.melotti
resolution: fixed
stage: resolved
2013-09-07 12:20:33python-devsetnosy: + python-dev
messages: + msg197148
2013-09-07 05:56:37terry.reedysetnosy: + ezio.melotti, michael.foord
2013-08-31 16:22:54py.usercreate