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

mailcap is missing in deprecated modules #7457

Closed
kasium opened this issue Sep 12, 2022 · 0 comments · Fixed by #7466
Closed

mailcap is missing in deprecated modules #7457

kasium opened this issue Sep 12, 2022 · 0 comments · Fixed by #7466
Labels
False Negative 🦋 No message is emitted but something is wrong with the code Good first issue Friendly and approachable by new contributors Hacktoberfest Needs PR This issue is accepted, sufficiently specified and now needs an implementation

Comments

@kasium
Copy link
Contributor

kasium commented Sep 12, 2022

According to https://docs.python.org/3.11/whatsnew/3.11.html#deprecated mailcap is deprecated but is not part of pylint's checks yet

Bug description

import mailcap

Configuration

n/a

Command used

pylint foo.py

Pylint output

************* Module foo

Expected behavior

Raises deprecated-module

Pylint version

pylint 2.15.2
astroid 2.12.9
Python 3.11.0rc1+ (heads/3.11:7bfb11d, Sep  9 2022, 14:28:39) [GCC 7.5.0]

OS / Environment

Linux

Additional dependencies

No response

@kasium kasium added the Needs triage 📥 Just created, needs acknowledgment, triage, and proper labelling label Sep 12, 2022
@Pierre-Sassoulas Pierre-Sassoulas added Good first issue Friendly and approachable by new contributors False Negative 🦋 No message is emitted but something is wrong with the code Needs PR This issue is accepted, sufficiently specified and now needs an implementation and removed Needs triage 📥 Just created, needs acknowledgment, triage, and proper labelling labels Sep 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
False Negative 🦋 No message is emitted but something is wrong with the code Good first issue Friendly and approachable by new contributors Hacktoberfest Needs PR This issue is accepted, sufficiently specified and now needs an implementation
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants