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 pitrou
Recipients docs@python, michael.foord, pitrou
Date 2013-02-02.23:31:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1359847916.06.0.948059142978.issue17109@psf.upfronthosting.co.za>
In-reply-to
Content
If you look at http://docs.python.org/dev/library/development.html, you'll see the following outline (stripped for brevity):
     
26.4. unittest.mock — mock object library

    26.4.1. Quick Guide
    26.4.2. The Mock Class

26.5. The patchers

26.6. MagicMock and magic method support

26.7. Helpers

26.8. unittest.mock — getting started

26.9. Further Examples

26.10. 2to3 - Automated Python 2 to 3 code translation


Instead, it should be:

26.4. unittest.mock — mock object library

    26.4.1. Quick Guide
    26.4.2. The Mock Class
    26.4.3. The patchers
    26.4.4. MagicMock and magic method support
    26.4.5. Helpers

26.5. unittest.mock — getting started

    26.5.1. Further Examples

26.6. 2to3 - Automated Python 2 to 3 code translation


(I'm also not sure the reference document should come before the getting started document)
History
Date User Action Args
2013-02-02 23:31:56pitrousetrecipients: + pitrou, michael.foord, docs@python
2013-02-02 23:31:56pitrousetmessageid: <1359847916.06.0.948059142978.issue17109@psf.upfronthosting.co.za>
2013-02-02 23:31:55pitroulinkissue17109 messages
2013-02-02 23:31:55pitroucreate