Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incompatible with Python 3.3 #28

Closed
donkirkby opened this issue Jun 12, 2013 · 0 comments
Closed

Incompatible with Python 3.3 #28

donkirkby opened this issue Jun 12, 2013 · 0 comments
Labels
Milestone

Comments

@donkirkby
Copy link
Owner

As reported by Coaldust as part of #27, there are problems with the latest version of Python.

To be really specific, the problem seems to be the fact that "ast.TryExcept" has been renamed to "ast.Try" (and combined with TryFinally, hence the name) in Python 3.3. There may be other problems, but at least that is definitely a problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant