Skip to content

imaplib, nntplib, plistlib, poplib: use lower-case list and dict - #5890

Merged
srittau merged 2 commits into
python:masterfrom
Akuli:libs
Aug 8, 2021
Merged

srittau merged 2 commits into
python:masterfrom
Akuli:libs

Conversation

@Akuli

@Akuli Akuli commented Aug 8, 2021

Copy link
Copy Markdown
Collaborator

Type aliases still use List. Classes that contain a method named list now use List, if imported anyway for a type alias, or have _list = list before the class and use _list.

Skipped in #5888

@github-actions

This comment has been minimized.

1 similar comment
@github-actions

github-actions Bot commented Aug 8, 2021

Copy link
Copy Markdown
Contributor

According to mypy_primer, this change has no effect on the checked open source code. 🤖🎉

@srittau
srittau merged commit 24780a3 into python:master Aug 8, 2021
@Akuli
Akuli deleted the libs branch August 8, 2021 18:21
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.

3 participants