Closed kfogel closed 10 years ago
I'm not sure commit d5b5938 will solve the problem, because the problem is a syntax error; we may need to do some sort of "eval" trick to check the exception syntax. I've sent the new version to the original reporter to test with Python 2.4.3.
Closing as per above.
A user wrote in to report this bug with Python 2.4.3 on RHEL 5.6:
It's the new exception-catching syntax, because changing line 1214 from
to
...fixes the problem.
However, the real fix is to require Python 2.6 or higher; that's when the "as" syntax was introduced, in 2008.