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

Parse correct AST attribute for version #1143

Merged
merged 1 commit into from
Jun 16, 2018

Conversation

carlwgeorge
Copy link
Contributor

@carlwgeorge carlwgeorge commented Jun 15, 2018

Earlier development versions of Python 3.7 added the docstring field to AST nodes. This was later reverted in Python 3.7.0b5.

https://bugs.python.org/issue29463
python/cpython#7121

Earlier development versions of Python 3.7 added the docstring field to
AST nodes.  This was later reverted in Python 3.7.0b5.

https://bugs.python.org/issue29463
python/cpython#7121
@codecov-io
Copy link

Codecov Report

Merging #1143 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #1143   +/-   ##
=======================================
  Coverage   92.78%   92.78%           
=======================================
  Files          57       57           
  Lines        6902     6902           
=======================================
  Hits         6404     6404           
  Misses        498      498

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 70c2fce...d2640d3. Read the comment docs.

@davidhalter
Copy link
Owner

Great, thanks!

@davidhalter davidhalter merged commit ff4a773 into davidhalter:master Jun 16, 2018
@carlwgeorge carlwgeorge deleted the 3.7.0b5_fix branch June 16, 2018 23:56
@ilovezfs
Copy link

@davidhalter a new sdist is needed on PyPI as the current one fails to build with python 3.7 due to the issue that was fixed here.

@davidhalter
Copy link
Owner

New release is coming very soon. I'm just trying to stabilize both jedi and parso.

@davidhalter
Copy link
Owner

davidhalter commented Jun 30, 2018

I released 0.12.1, now.

@ilovezfs
Copy link

Awesome! Thanks @davidhalter

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 this pull request may close these issues.

4 participants