Serhiy Storchaka <storchaka+cpyt...@gmail.com> added the comment:

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.

----------
nosy: +serhiy.storchaka

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue44405>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to