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 Jurko.Gospodnetić
Recipients Jurko.Gospodnetić, docs@python
Date 2014-02-24.11:02:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1393239739.82.0.376463374728.issue20759@psf.upfronthosting.co.za>
In-reply-to
Content
Another related documentation 'bug' - the following wording:

> Mock doesn’t create these but instead of raises an
> AttributeError.

should be changed to something like:

> Mock doesn’t create these on demand and raises an AttributeError
> instead.

Can be seen in the documentation source file at:

http://hg.python.org/releasing/3.4/file/c1f9fbefb237/Doc/library/unittest.mock.rst#l960
History
Date User Action Args
2014-02-24 11:02:19Jurko.Gospodnetićsetrecipients: + Jurko.Gospodnetić, docs@python
2014-02-24 11:02:19Jurko.Gospodnetićsetmessageid: <1393239739.82.0.376463374728.issue20759@psf.upfronthosting.co.za>
2014-02-24 11:02:19Jurko.Gospodnetićlinkissue20759 messages
2014-02-24 11:02:19Jurko.Gospodnetićcreate