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

Clarify Python version compatibility #48

Open
hauntsaninja opened this issue Apr 14, 2020 · 2 comments · May be fixed by #49
Open

Clarify Python version compatibility #48

hauntsaninja opened this issue Apr 14, 2020 · 2 comments · May be fixed by #49

Comments

@hauntsaninja
Copy link

README mentions support for Python 2.6 through 3.5, however astunparse appears to have Python 3.8 support. I noticed, however, that there don't appear to be any tests for the walrus operator or positional-only args.

hauntsaninja pushed a commit to hauntsaninja/astunparse that referenced this issue Apr 14, 2020
@hauntsaninja hauntsaninja linked a pull request Apr 14, 2020 that will close this issue
@hauntsaninja
Copy link
Author

hauntsaninja commented Apr 14, 2020

But 3.8's Lib/test/test_tools/test_unparse.py doesn't seem to contain tests for those either. I did find one or two random tests common.py doesn't have, which I've opened a PR for at #51

@hauntsaninja
Copy link
Author

I've opened a PR with tests for 3.8 features at #52. Hope that's okay! There seems to be precedent with async constructs.

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

Successfully merging a pull request may close this issue.

1 participant