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

string module is considered deprecated but it is not #3

Closed
pylint-bot opened this issue Apr 19, 2013 · 3 comments
Closed

string module is considered deprecated but it is not #3

pylint-bot opened this issue Apr 19, 2013 · 3 comments
Labels
Bug 🪲 Configuration Related to configuration

Comments

@pylint-bot
Copy link

Originally reported by: Anonymous


The import of the string module triggers a w0402 "deprecated module".
But only most of the functions are deprecated, most of the constants therein are still valid and "unique".

Could the warning made only upon the call of the relevant functions?


@pylint-bot
Copy link
Author

Original comment by Julian O (BitBucket: oddthinking, GitHub: @oddthinking?):


Duplicate of ticket from old system: #2481

@pylint-bot
Copy link
Author

Original comment by Sylvain Thénault (BitBucket: sthenault, GitHub: @sthenault?):


[import checker] remove "string" from the default list of deprecated modules. Closes #3

There are still some useful stuff there and a lot of people complains about that false
positive, so remove it until a better solution is found.

@pylint-bot
Copy link
Author

Original comment by Sylvain Thénault (BitBucket: sthenault, GitHub: @sthenault?):


Removing version: 1.0 (automated comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug 🪲 Configuration Related to configuration
Projects
None yet
Development

No branches or pull requests

1 participant