(An Unofficial) Python Tutorial Wiki

putting the community back in "maintained by the community"

5efv

It'd be pretty cool if the Python interpreter ignored those marks. Considering they're being used in stuff like doctest as well, this makes a lot of sense.

Comments

That sounds like a neat feature to try plugging into IPython. doctest.DocTestParser could be used at some level to parse out the interpreter characters and leave just the required code. Interesting...