Skip to content

[3.9] docs: correct outdated MappingProxyType docstrings (GH-30281) #30710

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

Merged
merged 1 commit into from
Jan 19, 2022

Conversation

miss-islington
Copy link
Contributor

The docstrings for MappingProxyType's keys(), values(), and items()
methods were never updated to reflect the changes that Python 3 brought
to these APIs, namely returning views rather than lists.
(cherry picked from commit 2d10fa9)

Co-authored-by: Joshua Bronson jabronson@gmail.com

The docstrings for MappingProxyType's keys(), values(), and items()
methods were never updated to reflect the changes that Python 3 brought
to these APIs, namely returning views rather than lists.
(cherry picked from commit 2d10fa9)

Co-authored-by: Joshua Bronson <jabronson@gmail.com>
@miss-islington
Copy link
Contributor Author

@jab and @gvanrossum: Status check is done, and it's a failure ❌ .

1 similar comment
@miss-islington
Copy link
Contributor Author

@jab and @gvanrossum: Status check is done, and it's a failure ❌ .

@miss-islington miss-islington merged commit 54fedda into python:3.9 Jan 19, 2022
@miss-islington miss-islington deleted the backport-2d10fa9-3.9 branch January 19, 2022 21:57
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 skip issue skip news
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants