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 serhiy.storchaka
Recipients CCLDArjun, serhiy.storchaka, steven.daprano, terry.reedy, yselivanov
Date 2021-06-13.08:12:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1623571930.71.0.23415412845.issue44405@roundup.psfhosted.org>
In-reply-to
Content
I often use the command-line interface of dis, ast, and sometimes tokenize modules. They are mature enough and not only for self-testing. If they are not documented, we need to document them.

Since they read from stdin by default (no need to specify /dev/stdin or CON explicitly) I never needed the -c option. It would not be particularly useful in any case because Python code is usually multi-line.

BTW sometimes I want to implement GUI for these modules in IDLE.
History
Date User Action Args
2021-06-13 08:12:10serhiy.storchakasetrecipients: + serhiy.storchaka, terry.reedy, steven.daprano, yselivanov, CCLDArjun
2021-06-13 08:12:10serhiy.storchakasetmessageid: <1623571930.71.0.23415412845.issue44405@roundup.psfhosted.org>
2021-06-13 08:12:10serhiy.storchakalinkissue44405 messages
2021-06-13 08:12:10serhiy.storchakacreate