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.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:50adminsetgithub: 63095
2013-09-07 12:24:49ezio.melottisetstatus: open -> closed

assignee: docs@python -> ezio.melotti
versions: + Python 2.7
nosy: + ezio.melotti

messages: + msg197151
resolution: fixed
stage: resolved
2013-09-07 12:24:27python-devsetnosy: + python-dev
messages: + msg197150
2013-08-31 16:26:06py.usercreate