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

Release Version with Python 3.6 Support #20

Open
epai opened this issue May 4, 2018 · 8 comments
Open

Release Version with Python 3.6 Support #20

epai opened this issue May 4, 2018 · 8 comments

Comments

@epai
Copy link

epai commented May 4, 2018

Would it be possible to release a new version of pythonparser to PyPI now that Python 3.6 has been added by 0ac31a8? Thanks!

@whitequark
Copy link
Contributor

There is no real 3.6 support, it's mostly stub code. No async, no format strings...

@alanjds
Copy link
Contributor

alanjds commented Oct 27, 2018

Can you please release a new version on PyPI, the master have 49098de incorporated and this is needed by grumpyhome/grumpy#108 ?

I am "unvendorizing" it on Grumpy. The only failing test with pythonparser PyPI version is about assert repr(42L) == '42L'

@whitequark
Copy link
Contributor

Version 1.2 released

@whitequark
Copy link
Contributor

That said, there's still no "real" 3.6 support, so keeping it open

@clacke
Copy link

clacke commented Jan 29, 2019

Is this still valid? In 1.3 tests pass under Python 3.6 and claim GRAMMAR COVERAGE: 99.93%, but I don't know enough about the issue to interpret that.

@clacke
Copy link

clacke commented Jan 29, 2019

Or does #20 (comment) mean that it doesn't bail when it sees Python 3.6, but it only understands a 3.5 subset of the language?

@whitequark
Copy link
Contributor

Yes. The 3.6 support is a stub.

@sbourdeauducq
Copy link
Member

Can we get a similar stub for 3.7?

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

5 participants