Fix Python 3 incompatibility.

Declined
#2 · Created  · Last updated

Declined pull request

Six is a heavy dependency. I solved it with a small eval hack ;)

Closed by: ·2015-06-26

Description

raise a, b, c is a SyntaxError on Python 3 so it cannot be used, or even installed since setup.py imports it.

The popular 'six' module has reraise functionality covered already, so use that instead.

0 attachments

0 comments

Loading commits...