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.

Author SilentGhost
Recipients SilentGhost, benesch, bkabrda, cburroughs, dmalcolm, durin42, jcea, koobs, lukasz.langa, xmorel
Date 2016-10-29.10:35:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1477737325.03.0.0149400599877.issue21590@psf.upfronthosting.co.za>
In-reply-to
Content
Building the documentation on Ubuntu 16.10, I started getting the following warnings:

/Doc/howto/instrumentation.rst:58: WARNING: Could not lex literal_block as "python3". Highlighting skipped.
/Doc/howto/instrumentation.rst:139: WARNING: Could not lex literal_block as "c". Highlighting skipped.
/Doc/howto/instrumentation.rst:211: WARNING: Could not lex literal_block as "c". Highlighting skipped.
/Doc/howto/instrumentation.rst:328: WARNING: Could not lex literal_block as "c". Highlighting skipped.

I guess the trick of using c for systemtap doesn't work anymore, not entirely sure what's the problem with the python3 highlighting.
History
Date User Action Args
2016-10-29 10:35:25SilentGhostsetrecipients: + SilentGhost, jcea, durin42, dmalcolm, xmorel, cburroughs, lukasz.langa, bkabrda, koobs, benesch
2016-10-29 10:35:25SilentGhostsetmessageid: <1477737325.03.0.0149400599877.issue21590@psf.upfronthosting.co.za>
2016-10-29 10:35:25SilentGhostlinkissue21590 messages
2016-10-29 10:35:24SilentGhostcreate