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: couple of code examples not highlighted in "What's new in Python 3"
Type: Stage: resolved
Components: Documentation Versions: Python 3.3
process
Status: closed Resolution: duplicate
Dependencies: Superseder: docs: "yield from" breaks Pygments syntax coloring in doc examples
View: 14503
Assigned To: chris.jerdonek Nosy List: Ramchandra Apte, chris.jerdonek, docs@python
Priority: normal Keywords:

Created on 2012-09-29 13:13 by Ramchandra Apte, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (4)
msg171570 - (view) Author: Ramchandra Apte (Ramchandra Apte) * Date: 2012-09-29 13:13
A couple of code examples are not highlighted in http://docs.python.org/py3k/whatsnew/3.3.html#pep-380-syntax-for-delegating-to-a-subgenerator

They should be highlighted with Python highlighting.
msg171581 - (view) Author: Chris Jerdonek (chris.jerdonek) * (Python committer) Date: 2012-09-29 17:32
Thanks for the report.  Closing though as this is a duplicate.
msg171606 - (view) Author: Ramchandra Apte (Ramchandra Apte) * Date: 2012-09-30 03:12
LOL the duplicate is my bug ;-)
msg171608 - (view) Author: Chris Jerdonek (chris.jerdonek) * (Python committer) Date: 2012-09-30 03:28
Yes, I noticed that later, too. :)
History
Date User Action Args
2022-04-11 14:57:36adminsetgithub: 60288
2012-09-30 03:28:10chris.jerdoneksetmessages: + msg171608
2012-09-30 03:12:46Ramchandra Aptesetmessages: + msg171606
2012-09-29 17:38:27chris.jerdoneksetstage: resolved
2012-09-29 17:37:19mark.dickinsonsetstatus: open -> closed
2012-09-29 17:32:31chris.jerdoneksetsuperseder: docs: "yield from" breaks Pygments syntax coloring in doc examples
resolution: duplicate
messages: + msg171581
2012-09-29 17:05:18chris.jerdoneksetassignee: docs@python -> chris.jerdonek

nosy: + chris.jerdonek
2012-09-29 13:13:34Ramchandra Aptecreate