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.

Author aganders3
Recipients aganders3, docs@python
Date 2016-04-01.20:39:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1459543169.0.0.250942982333.issue26688@psf.upfronthosting.co.za>
In-reply-to
Content
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`.
History
Date User Action Args
2016-04-01 20:39:29aganders3setrecipients: + aganders3, docs@python
2016-04-01 20:39:29aganders3setmessageid: <1459543169.0.0.250942982333.issue26688@psf.upfronthosting.co.za>
2016-04-01 20:39:28aganders3linkissue26688 messages
2016-04-01 20:39:28aganders3create