[issue17256] code example in C API docsshould be highlighted

2013-02-21 Thread Ezio Melotti
Ezio Melotti added the comment: Fixed, thanks for the patch! -- assignee: docs@python -> ezio.melotti resolution: -> fixed stage: needs patch -> committed/rejected status: open -> closed versions: +Python 3.2, Python 3.3, Python 3.4 ___ Python tracke

[issue17256] code example in C API docsshould be highlighted

2013-02-21 Thread Roundup Robot
Roundup Robot added the comment: New changeset ad55dc7de7fc by Ezio Melotti in branch '2.7': #17256: fix syntax highlight in embedding example. Patch by Kushal Das. http://hg.python.org/cpython/rev/ad55dc7de7fc New changeset b42e7aeb4235 by Ezio Melotti in branch '3.2': #17256: fix syntax highl

[issue17256] code example in C API docsshould be highlighted

2013-02-21 Thread Kushal Das
Kushal Das added the comment: Following patch solves the problem. -- keywords: +patch nosy: +kushaldas Added file: http://bugs.python.org/file29154/issue17256.patch ___ Python tracker __

[issue17256] code example in C API docsshould be highlighted

2013-02-20 Thread Ezio Melotti
Changes by Ezio Melotti : -- nosy: +ezio.melotti stage: -> needs patch type: -> enhancement ___ Python tracker ___ ___ Python-bugs-l

[issue17256] code example in C API docsshould be highlighted

2013-02-20 Thread Chris Jerdonek
Chris Jerdonek added the comment: Looks like it's because highlightlang:: c is at the top. -- nosy: +chris.jerdonek ___ Python tracker ___ ___

[issue17256] code example in C API docsshould be highlighted

2013-02-20 Thread Ramchandra Apte
Changes by Ramchandra Apte : -- title: code example should be highlighted -> code example in C API docsshould be highlighted ___ Python tracker ___ _