[New-bugs-announce] [issue17109] unittest.mock has wrong heading levels
Antoine Pitrou
report at bugs.python.org
Sun Feb 3 00:31:56 CET 2013
New submission from Antoine Pitrou:
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)
----------
assignee: docs at python
components: Documentation, Library (Lib)
messages: 181231
nosy: docs at python, michael.foord, pitrou
priority: normal
severity: normal
stage: needs patch
status: open
title: unittest.mock has wrong heading levels
type: behavior
versions: Python 3.3, Python 3.4
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue17109>
_______________________________________
More information about the New-bugs-announce
mailing list