[WIP] bpo-36287: Ignoring optional field. by eamanu · Pull Request #12328 · python/cpython
Navigation Menu
{{ message }}
- Notifications You must be signed in to change notification settings
- Fork 34.4k
Closed
[WIP] bpo-36287: Ignoring optional field.#12328
eamanu wants to merge 3 commits intopython:masterfrom
[WIP] bpo-36287: Ignoring optional field.#12328
eamanu wants to merge 3 commits intopython:masterfrom
Conversation
Copy link Copy Markdown
Contributor
To avoid unnecessary verbose this PR add and if to know
if the field to return is not None
To avoid unnecessary verbose this PR add and `if` to know if the field to return is not None
the-knights-who-say-ni
added
the
CLA signed
label
bedevere-bot
added
the
awaiting review
label
matrixise requested changes Mar 15, 2019
Lib/ast.py Outdated
bedevere-bot
added
awaiting core review
and removed
awaiting review
labels
eamanu
changed the title
bpo-36287: Ignoring optional field.
[WIP] bpo-36287: Ignoring optional field.
Copy link Copy Markdown
Member
brettcannon
commented
Mar 26, 2019
brettcannon commented
Mar 26, 2019Why is this a WIP? If this truly isn't ready to be considered for review then please close the PR.
Copy link Copy Markdown
Contributor Author
eamanu
commented
Mar 26, 2019
eamanu commented
Mar 26, 2019Hi @brettcannon. I will close it now. I am working on this Issue, but you are right, when I have the "final" PR I will open it again.
eamanu
closed this
serhiy-storchaka
mentioned this pull request
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment