Skip to content

email.charset.SHORTEST is not in the stub #2830

@jolaf

Description

@jolaf
from email.charset import SHORTEST

Causes mypy to complain:
Module 'email.charset' has no attribute 'SHORTEST'

However:

$ python
>>> from email.charset import SHORTEST
>>> SHORTEST
3

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions