[issue16439] Code not collapsed correctly

2012-11-08 Thread Jesús Cea Avión
Jesús Cea Avión added the comment: Good catch. I was not aware of this feature :-). -- ___ Python tracker ___ ___ Python-bugs-list mai

[issue16439] Code not collapsed correctly

2012-11-08 Thread Andrew Svetlov
Andrew Svetlov added the comment: Fixed. Thanks. -- resolution: -> fixed stage: -> committed/rejected status: open -> closed ___ Python tracker ___

[issue16439] Code not collapsed correctly

2012-11-08 Thread Roundup Robot
Roundup Robot added the comment: 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 f

[issue16439] Code not collapsed correctly

2012-11-08 Thread Andrew Svetlov
Andrew Svetlov added the comment: No, it isn't sphinx bug, it's markup problem. Will commit a fix in few minutes. -- nosy: +asvetlov ___ Python tracker ___ __

[issue16439] Code not collapsed correctly

2012-11-08 Thread Jesús Cea Avión
Jesús Cea Avión added the comment: Looks like a sphinx bug :-??. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscri

[issue16439] Code not collapsed correctly

2012-11-08 Thread Jesús Cea Avión
Changes by Jesús Cea Avión : -- nosy: +jcea ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.

[issue16439] Code not collapsed correctly

2012-11-08 Thread Yongzhi Pan
New submission from Yongzhi Pan: http://docs.python.org/3/library/stdtypes.html#str.title The second snippets is not collapsed correctly. -- assignee: docs@python components: Documentation messages: 175171 nosy: docs@python, fossilet priority: normal severity: normal status: open title: