Menu

Commit [r5395]  Maximize  Restore  History

HTTPException had issues with Python 2.5: we happened to use the `.message` property to store our error message, which could eventually be some markup. This got overriden by the `.message` property of `BaseException`, introduced in 2.5.

Fixes #5066.

cboos 2007-05-15

changed /trunk/trac/web/api.py
changed /trunk/trac/web/main.py
/trunk/trac/web/api.py Diff Switch to side-by-side view
Loading...
/trunk/trac/web/main.py Diff Switch to side-by-side view
Loading...