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

No support for Python 3 #7

Open
gareth-rees opened this issue Jul 19, 2011 · 2 comments
Open

No support for Python 3 #7

gareth-rees opened this issue Jul 19, 2011 · 2 comments
Assignees

Comments

@gareth-rees
Copy link
Owner

Python 3's abstract syntax trees include new node types Nonlocal, Bytes and Starred.

There are a couple of other differences in the output:

  • No u on Unicode strings.
  • Exceptions have a cause.
  • Classes may have a metaclass=

No doubt I will find more as I investigate.

@ghost ghost assigned gareth-rees Jul 19, 2011
@pfalcon
Copy link

pfalcon commented Jun 6, 2015

Any progress on this?

@gareth-rees
Copy link
Owner Author

None!

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

No branches or pull requests

2 participants