andrewgross / pyrelic

New Relic Python API
MIT License
21 stars 11 forks source link

Python 2.5 Support #8

Closed andrewgross closed 10 years ago

andrewgross commented 11 years ago

Will require the removal of the as keyword from exception handling.

try:
    foo()
except foo.exception as bar
   print bar.baz
andrewgross commented 10 years ago

New Relic removed support for Python 2.5