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 eric.snow
Recipients eric.snow, rhettinger, serhiy.storchaka, shihai1991, xtreak, yselivanov
Date 2019-12-27.20:15:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CALFfu7Dn=3FRqxudXbvSCB0GLwMw8EB4ShmhmOER42rfD8RB_Q@mail.gmail.com>
In-reply-to <1576991283.04.0.49981225159.issue39075@roundup.psfhosted.org>
Content
> IMHO, dropping the sort should be a default behavior. If some user need
> this feature, maybe we could supply a param to open the sort function or not?

Consider opening a separate issue (or start a thread on python-ideas)
about adding a more sophisticated implementation to the stdlib's
"reprlib" module.  If you do so then please draw from the
argparse._AttributeHolder implementation.
History
Date User Action Args
2019-12-27 20:15:15eric.snowsetrecipients: + eric.snow, rhettinger, serhiy.storchaka, yselivanov, xtreak, shihai1991
2019-12-27 20:15:15eric.snowlinkissue39075 messages
2019-12-27 20:15:15eric.snowcreate