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

[3.9] bpo-44453: The current documentation says it returns None if the name is not found, but (GH-26785) #27372

Merged
merged 1 commit into from
Jul 26, 2021

Conversation

miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Jul 26, 2021

the implementation uses [] and will raise KeyError instead.

Noticed by @srittau in python/typeshed@5659.
(cherry picked from commit f22737a)

Co-authored-by: Jelle Zijlstra jelle.zijlstra@gmail.com

https://bugs.python.org/issue44453

…nd, but (pythonGH-26785)

the implementation uses [] and will raise KeyError instead.

Noticed by @srittau in python/typeshed@5659.
(cherry picked from commit f22737a)

Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
@bedevere-bot bedevere-bot added docs Documentation in the Doc dir awaiting review labels Jul 26, 2021
@ambv ambv changed the title [3.9] The current documentation says it returns None if the name is not found, but (GH-26785) [3.9] bpo-44453: The current documentation says it returns None if the name is not found, but (GH-26785) Jul 26, 2021
@ambv ambv merged commit 3f13894 into python:3.9 Jul 26, 2021
@miss-islington miss-islington deleted the backport-f22737a-3.9 branch July 26, 2021 19:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Documentation in the Doc dir
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants