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.

classification
Title: Code not collapsed correctly
Type: Stage: resolved
Components: Documentation Versions: Python 3.2, Python 3.3, Python 3.4, Python 2.7
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: docs@python Nosy List: asvetlov, docs@python, fossilet, jcea, python-dev
Priority: normal Keywords:

Created on 2012-11-08 15:08 by fossilet, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (6)
msg175171 - (view) Author: Yongzhi Pan (fossilet) * Date: 2012-11-08 15:08
http://docs.python.org/3/library/stdtypes.html#str.title

The second snippets is not collapsed correctly.
msg175173 - (view) Author: Jesús Cea Avión (jcea) * (Python committer) Date: 2012-11-08 15:19
Looks like a sphinx bug :-??.
msg175175 - (view) Author: Andrew Svetlov (asvetlov) * (Python committer) Date: 2012-11-08 15:23
No, it isn't sphinx bug, it's markup problem.
Will commit a fix in few minutes.
msg175177 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2012-11-08 15:29
New changeset aeb5c53a1d69 by Andrew Svetlov in branch '3.2':
Issue #16439: Fix markup in example for stdtypes.
http://hg.python.org/cpython/rev/aeb5c53a1d69

New changeset 65499860c6f8 by Andrew Svetlov in branch '3.3':
Merge issue #16439: Fix markup in example for stdtypes.
http://hg.python.org/cpython/rev/65499860c6f8

New changeset ce6fc4531d26 by Andrew Svetlov in branch 'default':
Merge issue #16439: Fix markup in example for stdtypes.
http://hg.python.org/cpython/rev/ce6fc4531d26

New changeset f068c3e7743d by Andrew Svetlov in branch '2.7':
Issue #16439: Fix markup in example for stdtypes.
http://hg.python.org/cpython/rev/f068c3e7743d
msg175179 - (view) Author: Andrew Svetlov (asvetlov) * (Python committer) Date: 2012-11-08 15:29
Fixed. Thanks.
msg175182 - (view) Author: Jesús Cea Avión (jcea) * (Python committer) Date: 2012-11-08 16:19
Good catch. I was not aware of this feature :-).
History
Date User Action Args
2022-04-11 14:57:38adminsetgithub: 60643
2012-11-08 16:19:08jceasetmessages: + msg175182
2012-11-08 15:29:51asvetlovsetstatus: open -> closed
resolution: fixed
messages: + msg175179

stage: resolved
2012-11-08 15:29:14python-devsetnosy: + python-dev
messages: + msg175177
2012-11-08 15:23:39asvetlovsetnosy: + asvetlov
messages: + msg175175
2012-11-08 15:19:21jceasetmessages: + msg175173
2012-11-08 15:16:08jceasetnosy: + jcea
2012-11-08 15:08:23fossiletcreate