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.00:39:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1611103140.33.0.15245144592.issue42955@roundup.psfhosted.org>
In-reply-to
Content
Yet another use case: the friendly-traceback project detects typos on imports using the list of stdlib module names:
https://aroberge.github.io/friendly-traceback-docs/docs/html/tracebacks_en_3.8.html#standard-library-module

For example, it suggest to replace "import Tkinter" with "import tkinter".
History
Date User Action Args
2021-01-20 00:39:00vstinnersetrecipients: + vstinner, ronaldoussoren, serhiy.storchaka, corona10
2021-01-20 00:39:00vstinnersetmessageid: <1611103140.33.0.15245144592.issue42955@roundup.psfhosted.org>
2021-01-20 00:39:00vstinnerlinkissue42955 messages
2021-01-20 00:39:00vstinnercreate