This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients corona10, ronaldoussoren, serhiy.storchaka, vstinner
Date 2021-01-20.08:51:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1611132715.21.0.817881550122.issue42955@roundup.psfhosted.org>
In-reply-to
Content
Another use case similar to the "isort" use case: vim plugin to insert an import, it checks if the module name is a stdlib module. It checks the module path (for Python stdlib modules) and uses an hardcoded list of builtin stdlib modules.

https://github.com/mgedmin/python-imports.vim
History
Date User Action Args
2021-01-20 08:51:55vstinnersetrecipients: + vstinner, ronaldoussoren, serhiy.storchaka, corona10
2021-01-20 08:51:55vstinnersetmessageid: <1611132715.21.0.817881550122.issue42955@roundup.psfhosted.org>
2021-01-20 08:51:55vstinnerlinkissue42955 messages
2021-01-20 08:51:55vstinnercreate