Issue 18895: In unittest.TestResult.addError split the sentence (original) (raw)

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

classification

Title: In unittest.TestResult.addError split the sentence
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, py.user, python-dev
Priority: normal Keywords: patch

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

Files
File name Uploaded Description Edit
issue18895.diff py.user,2013-08-31 16:26 review
Messages (3)
msg196645 - (view) Author: py.user (py.user) * Date: 2013-08-31 16:26
http://docs.python.org/3/library/unittest.html#unittest.TestResult.addError
msg197150 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2013-09-07 12:24
New changeset 523cfc78847c by Ezio Melotti in branch '2.7': #18895: split a sentence in unittest docs. http://hg.python.org/cpython/rev/523cfc78847c New changeset dd669daad7de by Ezio Melotti in branch '3.3': #18895: split a sentence in unittest docs. http://hg.python.org/cpython/rev/dd669daad7de New changeset 1043cc2cb0ff by Ezio Melotti in branch 'default': #18895: merge with 3.3. http://hg.python.org/cpython/rev/1043cc2cb0ff
msg197151 - (view) Author: Ezio Melotti (ezio.melotti) * (Python committer) Date: 2013-09-07 12:24
Fixed, thanks for the report and the patch!
History
Date User Action Args
2022-04-11 14:57:50 admin set github: 63095
2013-09-07 12:24:49 ezio.melotti set status: open -> closedassignee: docs@python -> ezio.melottiversions: + Python 2.7nosy: + ezio.melottimessages: + resolution: fixedstage: resolved
2013-09-07 12:24:27 python-dev set nosy: + python-devmessages: +
2013-08-31 16:26:06 py.user create