Ticket #682 (closed defect: fixed)
HTML in python console not escaped
Description
Text from the python console is interpreted as HTML, so when python prints something in angle brackets (eg <main.Foo instance at 0xb7d0c40c>) you see nothing.
I used to get round this by printing to stdout and seeing it on the calling console, but now print in python goes to the python console :)
Not sure if its possible to html-escape output to the console, or just turn the console into a plain text window.
Change History
Note: See
TracTickets for help on using
tickets.