Phillip J. Eby wrote:

> And where characters like '<' and '>' occur frequently as part of the text,
> especially in showing Python interactions like this:
>
>      >>> print "hello world"
>      hello world
>
> I can't imagine trying to author the above in an HTML/XML based format,

it's spelled

    >>> print "hello world"
    hello world

in HTML.

</F>



_______________________________________________
Python-Dev mailing list
[email protected]
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to