« Previous | Next » 

Revision 662da385

ID662da3854e3f490223373b40afdcfcc339d14aa5

Added by Stefan Hajnoczi about 12 years ago

tracetool: use Python 2.4-compatible exception handling syntax

The newer "except <exception-type> as <exception>:" syntax is not
supported by Python 2.4, we need to use "except <exception-type>,
<exception>:".

Tested all trace backends with Python 2.4.

Reported-by: Andreas Färber <>
Signed-off-by: Stefan Hajnoczi <>
Reviewed-by: Lluís Vilanova <>

Files

  • added
  • modified
  • copied
  • renamed
  • deleted

View differences