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 rhettinger
Recipients alexchandel, rhettinger, ronaldoussoren, steven.daprano
Date 2020-07-18.00:52:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1595033557.77.0.126041803107.issue41297@roundup.psfhosted.org>
In-reply-to
Content
If not, could modulegraph add a flag to drop imports commonly found in main sections:  doctest, unittest, argparse, etc.?   

Asking the standard library to change seems like the tail wagging the dog — it only paints over the problem since third-party modules, other standard library modules, and user code commonly use main sections as well.
History
Date User Action Args
2020-07-18 00:52:37rhettingersetrecipients: + rhettinger, ronaldoussoren, steven.daprano, alexchandel
2020-07-18 00:52:37rhettingersetmessageid: <1595033557.77.0.126041803107.issue41297@roundup.psfhosted.org>
2020-07-18 00:52:37rhettingerlinkissue41297 messages
2020-07-18 00:52:37rhettingercreate