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 py.user
Recipients docs@python, py.user
Date 2014-09-05.21:02:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1409950927.16.0.630847623783.issue22344@psf.upfronthosting.co.za>
In-reply-to
Content
Now, it's very inconvenient to learn this documentation. It's not compact (could be reduced in 2 or even 3 times). It repeats itself: many examples copy-pasted unchangeably. And it cites to terms that placed under those cites, so people should start at the bottom to anderstand what it's talking about on the top.

Remember Zen "If the implementation is hard to explain, it's a bad idea."

- Move the MagicMock description to the point between Mock and PropertyMock descriptions
- Remove "copy-paste" examples
- Rename print to print() and StringIO to io
- Split the Autospecing section to several chunks
History
Date User Action Args
2014-09-05 21:02:07py.usersetrecipients: + py.user, docs@python
2014-09-05 21:02:07py.usersetmessageid: <1409950927.16.0.630847623783.issue22344@psf.upfronthosting.co.za>
2014-09-05 21:02:07py.userlinkissue22344 messages
2014-09-05 21:02:06py.usercreate