Closed andrewgross closed 10 years ago
Will require the removal of the as keyword from exception handling.
as
try: foo() except foo.exception as bar print bar.baz
New Relic removed support for Python 2.5
Will require the removal of the
as
keyword from exception handling.