• 1.5 8f2294477c

    1.5

    Ghost released this 2015-05-15 19:52:02 +02:00 | 1 commits to master since this release

    py3: do not use "except Exception, e:" syntax

    If catching the exception is done with "except Exception as e:" this
    will work only from 2.6. To maintain backward compatibility with 2.4 I
    have used sys.exc_info(). A bit of a wart, but it works.

    Downloads