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 BTaskaya
Recipients BTaskaya, serhiy.storchaka
Date 2019-10-03.12:25:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CANDBV66MNZiUGYzT+PJfdhyGEhVjyPWFrvFOsfRXrGgzp3nVvg@mail.gmail.com>
In-reply-to <1570092337.6.0.477882387951.issue38348@roundup.psfhosted.org>
Content
I was checking typed_ast and i wanted to know which parts changed and
implement that parts to astor. But there was no flags for --type-comments
False.

Also it can be handy to have an indention option to change it for fitting
tree into the terminal width.

On Thu, Oct 3, 2019, 11:45 AM Serhiy Storchaka <report@bugs.python.org>
wrote:

>
> Serhiy Storchaka <storchaka+cpython@gmail.com> added the comment:
>
> Why do you need this feature?
>
> ----------
>
> _______________________________________
> Python tracker <report@bugs.python.org>
> <https://bugs.python.org/issue38348>
> _______________________________________
>
History
Date User Action Args
2019-10-03 12:25:49BTaskayasetrecipients: + BTaskaya, serhiy.storchaka
2019-10-03 12:25:49BTaskayalinkissue38348 messages
2019-10-03 12:25:49BTaskayacreate