[New-bugs-announce] [issue26688] unittest2 referenced in unittest.mock documentation

Ashley Anderson report at bugs.python.org
Fri Apr 1 16:39:29 EDT 2016


New submission from Ashley Anderson:

I noticed a few references to `unittest2` in the documentation in the `unittest.mock` "getting started" section:

https://docs.python.org/3.6/library/unittest.mock-examples.html#patch-decorators

I am attaching a patch that just changes these occurrences from `unittest2` to `unittest`.

----------
assignee: docs at python
components: Documentation
files: unittest2.patch
keywords: patch
messages: 262767
nosy: aganders3, docs at python
priority: normal
severity: normal
status: open
title: unittest2 referenced in unittest.mock documentation
versions: Python 3.3, Python 3.4, Python 3.5, Python 3.6
Added file: http://bugs.python.org/file42346/unittest2.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue26688>
_______________________________________


More information about the New-bugs-announce mailing list