Ticket #682 (closed defect: fixed)

Opened 6 years ago

Last modified 6 years ago

HTML in python console not escaped

Reported by: barry.rowlingson@… Owned by: nobody
Priority: major: does not work as expected Milestone:
Component: Python plugins and bindings Version: Trunk
Keywords: Cc:
Platform Version: Platform: Linux
Must Fix for Release: No Awaiting user input: no

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

Changed 6 years ago by wonder

  • status changed from new to closed
  • resolution set to fixed

Fixed in r6829 by Gary.

Note: See TracTickets for help on using tickets.