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 cool-RR
Recipients cool-RR
Date 2020-02-21.18:05:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1582308303.42.0.673674481243.issue39715@roundup.psfhosted.org>
In-reply-to
Content
I was playing with the `ast` library today, and it's frustrating to see objects like these:

    [<_ast.Import object at 0x00000000033FB048>,
     <_ast.Import object at 0x00000000033FB0F0>,
     <_ast.ImportFrom object at 0x00000000033FB160>,
     <_ast.Import object at 0x00000000033FB1D0>,
     <_ast.Assign object at 0x00000000033FB240>,
     <_ast.If object at 0x00000000033FB630>]

A little bit more information about each object in the `__repr__` would make this module much easier to work with.
History
Date User Action Args
2020-02-21 18:05:03cool-RRsetrecipients: + cool-RR
2020-02-21 18:05:03cool-RRsetmessageid: <1582308303.42.0.673674481243.issue39715@roundup.psfhosted.org>
2020-02-21 18:05:03cool-RRlinkissue39715 messages
2020-02-21 18:05:03cool-RRcreate