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
bpo-3530: Use fix_missing_locations when node transformer adds nodes #17172
Conversation
|
@isidentical Please add news item with blurb or blurb-it(sp?). Suggestion: |
… with NodeTransformer
Misc/NEWS.d/next/Documentation/2019-11-17-11-53-10.bpo-3530.8zFUMc.rst
Outdated
Show resolved
Hide resolved
Misc/NEWS.d/next/Documentation/2019-11-17-11-53-10.bpo-3530.8zFUMc.rst
Outdated
Show resolved
Hide resolved
Misc/NEWS.d/next/Documentation/2019-11-17-11-53-10.bpo-3530.8zFUMc.rst
Outdated
Show resolved
Hide resolved
Misc/NEWS.d/next/Documentation/2019-11-17-11-53-10.bpo-3530.8zFUMc.rst
Outdated
Show resolved
Hide resolved
Co-Authored-By: Pablo Galindo <Pablogsal@gmail.com>
Misc/NEWS.d/next/Documentation/2019-11-17-11-53-10.bpo-3530.8zFUMc.rst
Outdated
Show resolved
Hide resolved
…FUMc.rst Co-Authored-By: Pablo Galindo <Pablogsal@gmail.com>
|
Thanks @isidentical for the PR, and @pablogsal for merging it |
…n the AST docs (pythonGH-17172) Co-authored-by: Pablo Galindo <Pablogsal@gmail.com> (cherry picked from commit 6680f4a) Co-authored-by: Batuhan Taşkaya <47358913+isidentical@users.noreply.github.com>
|
GH-17972 is a backport of this pull request to the 3.8 branch. |
…n the AST docs (pythonGH-17172) Co-authored-by: Pablo Galindo <Pablogsal@gmail.com> (cherry picked from commit 6680f4a) Co-authored-by: Batuhan Taşkaya <47358913+isidentical@users.noreply.github.com>
|
GH-17973 is a backport of this pull request to the 3.7 branch. |
…n the AST docs (pythonGH-17172) Co-authored-by: Pablo Galindo <Pablogsal@gmail.com>
Remove misleading (inadequate) suggestion from example.
https://bugs.python.org/issue3530
Automerge-Triggered-By: @pablogsal