[issue18894] In unittest.TestResult.failures remove deprecated fail* methods
New submission from py.user: http://docs.python.org/3/library/unittest.html#unittest.TestResult.failures ---------- assignee: docs@python components: Documentation files: issue.diff keywords: patch messages: 196644 nosy: docs@python, py.user priority: normal severity: normal status: open title: In unittest.TestResult.failures remove deprecated fail* methods type: enhancement versions: Python 3.3, Python 3.4 Added file: http://bugs.python.org/file31534/issue.diff _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue18894> _______________________________________
Changes by Terry J. Reedy <tjreedy@udel.edu>: ---------- nosy: +ezio.melotti, michael.foord _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue18894> _______________________________________
Roundup Robot added the comment: 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 ---------- nosy: +python-dev _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue18894> _______________________________________
Ezio Melotti added the comment: Fixed, thanks for the report and the patch! ---------- assignee: docs@python -> ezio.melotti resolution: -> fixed stage: -> committed/rejected status: open -> closed versions: +Python 2.7 _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue18894> _______________________________________
participants (4)
-
Ezio Melotti
-
py.user
-
Roundup Robot
-
Terry J. Reedy