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: Use the builtins module in the unittest.mock.patch example
Type: enhancement Stage: resolved
Components: Documentation Versions: Python 3.3, Python 3.4
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: ezio.melotti Nosy List: berker.peksag, docs@python, ezio.melotti, python-dev
Priority: normal Keywords: patch

Created on 2013-03-25 06:13 by berker.peksag, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
unittest-mock-example.diff berker.peksag, 2013-03-25 06:13 review
Messages (3)
msg185187 - (view) Author: Berker Peksag (berker.peksag) * (Python committer) Date: 2013-03-25 06:13
(initially reported at http://mail.python.org/pipermail/docs/2013-February/013331.html )
msg185541 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2013-03-30 03:56
New changeset b0c0a03b8033 by Ezio Melotti in branch '3.3':
#17539: fix MagicMock example.  Patch by Berker Peksag.
http://hg.python.org/cpython/rev/b0c0a03b8033

New changeset d5d6209745ab by Ezio Melotti in branch 'default':
#17539: merge with 3.3.
http://hg.python.org/cpython/rev/d5d6209745ab
msg185542 - (view) Author: Ezio Melotti (ezio.melotti) * (Python committer) Date: 2013-03-30 03:57
Fixed, thanks for the report and the patch!
History
Date User Action Args
2022-04-11 14:57:43adminsetgithub: 61741
2013-03-30 03:57:07ezio.melottisetstatus: open -> closed

type: enhancement
assignee: docs@python -> ezio.melotti

nosy: + ezio.melotti
messages: + msg185542
resolution: fixed
stage: resolved
2013-03-30 03:56:31python-devsetnosy: + python-dev
messages: + msg185541
2013-03-25 06:13:04berker.peksagcreate