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

PEP 594: add mailcap to the deprecation list #2557

Merged
merged 1 commit into from
Apr 26, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions pep-0594.rst
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ audio processing.
chunk,3.11,3.13,1999,no,\-
crypt,3.11,3.13,1994,**yes (inactive)**,"legacycrypt_, bcrypt_, argon2-cffi_, hashlib_, passlib_"
imghdr,3.11,3.13,1992,no,"filetype_, puremagic_, python-magic_"
mailmap,3.11,3.13,1995,no,\-
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should be mailcap, I'll send a PR

msilib,3.11,3.13,2006,no,\-
nntplib,3.11,3.13,1992,no,\-
nis,3.11 (3.0\*),3.13,1992,no,\-
Expand Down Expand Up @@ -470,6 +471,17 @@ security engine like SELinux or AppArmor.
Misc modules
------------

mailcap
~~~~~~~

The `mailcap <https://docs.python.org/3/library/mailcap.html>`__ package
reads *mail capability* files to assist in handling a file attachment in
an email. In most modern OSs the email client itself handles reacting to
file attachments. Operating systems also have their own way to register
handling files by their file name extension. Finally, the module has
`CVE-2015-20107 <https://nvd.nist.gov/vuln/detail/CVE-2015-20107>`__ filed
against it while having no maintainer to help fix it.


msilib
~~~~~~
Expand Down