[issue14217] text output pretends to be code

2012-03-14 Thread Éric Araujo
Éric Araujo added the comment: I thought nonlocal had been backported to 2.7 but you’re right, it was not. -- stage: patch review -> committed/rejected ___ Python tracker ___ __

[issue14217] text output pretends to be code

2012-03-14 Thread Senthil Kumaran
Senthil Kumaran added the comment: Éric - not really. nonlocal is from python3.x onwards only. -- ___ Python tracker ___ ___ Python-

[issue14217] text output pretends to be code

2012-03-13 Thread Éric Araujo
Éric Araujo added the comment: This issue does not apply to 2.7 docs because they lack the local/nonlocal assignment example; do you agree it would be good to backport that? Tshepang, if you find more instances of the same problem, please report them. Thanks! -- ___

[issue14217] text output pretends to be code

2012-03-08 Thread Senthil Kumaran
Senthil Kumaran added the comment: I reviewed the patch, built the docs and found it good. Fixed it in 3d877dee1bde and aaf45928899c Thanks! -- nosy: +orsenthil resolution: -> fixed status: open -> closed versions: -Python 2.7 ___ Python tracker

[issue14217] text output pretends to be code

2012-03-08 Thread Ezio Melotti
Changes by Ezio Melotti : -- nosy: +ezio.melotti stage: -> patch review type: -> enhancement ___ Python tracker ___ ___ Python-bugs-

[issue14217] text output pretends to be code

2012-03-08 Thread Tshepang Lekhonkhobe
Tshepang Lekhonkhobe added the comment: > Éric Araujo added the comment: > > Use this: > > .. code-block:: none > >   output etc. Thanks much. I've attached a patch. -- Added file: http://bugs.python.org/file24757/tis-not-code-2.patch ___ Python tr

[issue14217] text output pretends to be code

2012-03-07 Thread Éric Araujo
Éric Araujo added the comment: Use this: .. code-block:: none output etc. -- nosy: +eric.araujo versions: +Python 2.7 -Python 3.1 ___ Python tracker ___ ___

[issue14217] text output pretends to be code

2012-03-07 Thread Tshepang Lekhonkhobe
New submission from Tshepang Lekhonkhobe : The attached patch removes the highlighting. I hope there's a better way to do this, instead of this hack. I searched the Sphinx and docutils docs and failed to find something better. -- assignee: docs@python components: Documentation files: t