[issue17109] unittest.mock has wrong heading levels

2013-02-21 Thread Chris Jerdonek
Chris Jerdonek added the comment: > It can just be changed to being a suggestion as opposed to "the convention > that we use." I created issue 17270 for this. -- ___ Python tracker ___

[issue17109] unittest.mock has wrong heading levels

2013-02-03 Thread Chris Jerdonek
Chris Jerdonek added the comment: I think the guidance is still helpful. I have referred to it often. It can just be changed to being a suggestion as opposed to "the convention that we use." -- ___ Python tracker

[issue17109] unittest.mock has wrong heading levels

2013-02-03 Thread Georg Brandl
Georg Brandl added the comment: Antoine is right. It's probably ok to remove that suggestion completely. -- nosy: +georg.brandl ___ Python tracker ___ __

[issue17109] unittest.mock has wrong heading levels

2013-02-03 Thread Antoine Pitrou
Antoine Pitrou added the comment: > I see why I was confused. The ~'s are different from -'s. The tilde > level isn't listed in our devguide conventions. I think the conventions are just conventions, and docutils / sphinx don't enforce any order. I may be wrong though. -- ___

[issue17109] unittest.mock has wrong heading levels

2013-02-03 Thread Chris Jerdonek
Chris Jerdonek added the comment: I see why I was confused. The ~'s are different from -'s. The tilde level isn't listed in our devguide conventions. -- ___ Python tracker ___

[issue17109] unittest.mock has wrong heading levels

2013-02-03 Thread Chris Jerdonek
Chris Jerdonek added the comment: How does the "+" level relate to the convention described here? http://docs.python.org/devguide/documenting.html#sections -- nosy: +chris.jerdonek ___ Python tracker _

[issue17109] unittest.mock has wrong heading levels

2013-02-03 Thread Chris Jerdonek
Chris Jerdonek added the comment: Never mind :) -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.

[issue17109] unittest.mock has wrong heading levels

2013-02-03 Thread Roundup Robot
Roundup Robot added the comment: New changeset 9040b3714207 by Georg Brandl in branch '3.3': #17109: fix headings in mock example doc. http://hg.python.org/cpython/rev/9040b3714207 -- ___ Python tracker ___

[issue17109] unittest.mock has wrong heading levels

2013-02-03 Thread Antoine Pitrou
Antoine Pitrou added the comment: unittest.mock-examples.rst also needs fixing. -- ___ Python tracker ___ ___ Python-bugs-list mailing

[issue17109] unittest.mock has wrong heading levels

2013-02-03 Thread Roundup Robot
Roundup Robot added the comment: New changeset 72aee7ee2299 by Georg Brandl in branch '3.3': Closes #17109: fix heading levels in mock doc. http://hg.python.org/cpython/rev/72aee7ee2299 -- nosy: +python-dev resolution: -> fixed stage: needs patch -> committed/rejected status: open -> cl

[issue17109] unittest.mock has wrong heading levels

2013-02-02 Thread Ezio Melotti
Changes by Ezio Melotti : -- nosy: +ezio.melotti ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.py

[issue17109] unittest.mock has wrong heading levels

2013-02-02 Thread Antoine Pitrou
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. MagicMoc