Berker Peksag added the comment:
Good catch, thanks Ashley!
3.3 and 3.4 are in security-fix-only mode so we don't fix documentation issues
in those branches.
--
nosy: +berker.peksag
resolution: -> fixed
stage: -> resolved
status: open -> closed
type: -> behavior
versions: -Python 3
Roundup Robot added the comment:
New changeset 73279e4a1107 by Berker Peksag in branch '3.5':
Issue #26688: Fix module name in mock docs
https://hg.python.org/cpython/rev/73279e4a1107
New changeset 24efe844e598 by Berker Peksag in branch 'default':
Issue #26688: Fix module name in mock docs
http
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