We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
GitHub fields:
assignee = None closed_at = None created_at = <Date 2021-04-05.12:35:59.869> labels = ['library', '3.10'] title = 'PEP 597: mailcap uses locale encoding' updated_at = <Date 2021-04-05.12:35:59.869> user = 'https://github.com/methane'
bugs.python.org fields:
activity = <Date 2021-04-05.12:35:59.869> actor = 'methane' assignee = 'none' closed = False closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2021-04-05.12:35:59.869> creator = 'methane' dependencies = [] files = [] hgrepos = [] issue_num = 43732 keywords = [] message_count = 1.0 messages = ['390231'] nosy_count = 1.0 nosy_names = ['methane'] pr_nums = [] priority = 'normal' resolution = None stage = None status = 'open' superseder = None type = None url = 'https://bugs.python.org/issue43732' versions = ['Python 3.10']
The text was updated successfully, but these errors were encountered:
mailcap.getcaps() uses locale encoding.
cpython/Lib/mailcap.py
Line 33 in c8e5eb9
As my understanding, RFC 1524 uses only ASCII characters. Can we change the encoding to ASCII or UTF-8?
Sorry, something went wrong.
Closing as mailcap is slated for deprecation (#91217).
No branches or pull requests
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more details
GitHub fields:
bugs.python.org fields:
The text was updated successfully, but these errors were encountered: