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 apostofes
Recipients JelleZijlstra, apostofes
Date 2022-04-08.00:30:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1649377853.19.0.92821361171.issue47254@roundup.psfhosted.org>
In-reply-to
Content
would adding an argument to dir be a possible solution,
like,
```
l = [1, 2, 3]
dir(l, categorize=True)
```
History
Date User Action Args
2022-04-08 00:30:53apostofessetrecipients: + apostofes, JelleZijlstra
2022-04-08 00:30:53apostofessetmessageid: <1649377853.19.0.92821361171.issue47254@roundup.psfhosted.org>
2022-04-08 00:30:53apostofeslinkissue47254 messages
2022-04-08 00:30:53apostofescreate