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

Support analysing new Python 3 syntactic constructs #2

Open
ncoghlan opened this issue Apr 7, 2016 · 0 comments
Open

Support analysing new Python 3 syntactic constructs #2

ncoghlan opened this issue Apr 7, 2016 · 0 comments

Comments

@ncoghlan
Copy link
Contributor

ncoghlan commented Apr 7, 2016

As mentioned in #1 (comment) Redhawk currently analyses Python 2 code bases (including single source code bases that also support running on Python 3)

It doesn't necessarily support analysing Python 3.3+ code bases that use syntactic constructs not present in Python 2 (yield from, async/await, matrix multiplication, generalised *-unpacking)

@ncoghlan ncoghlan mentioned this issue Apr 7, 2016
@ncoghlan ncoghlan changed the title Support analysing Python 3 code bases Support analysing new Python 3 syntactic constructs Apr 7, 2016
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

1 participant