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...
That sounds like a neat feature to try plugging into IPython.
doctest.DocTestParsercould be used at some level to parse out the interpreter characters and leave just the required code. Interesting...Baseline 2 years ago #