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 eamanu
Recipients Aaron Hall, Jan-Hein Bührman, Valentin Beyer, eamanu, ewjoachim, josephsmeng, pombredanne, remi.lapeyre, rhettinger, serhiy.storchaka, xtreak
Date 2019-02-06.13:09:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1549458545.67.0.356885202629.issue30670@roundup.psfhosted.org>
In-reply-to
Content
Hi!

>    def pprint(data, *, sort_dicts=True):
>        ...

>    def pp(data, *args, **kwds):
>        pprint(data, *args, sort_dicts=False, **kwds)

We could use the parameters `sort=`? IMHO is better a short parameters name.

If we assign by default sort_dicts=True, that would have some error on unittest, isn't?
History
Date User Action Args
2019-02-06 13:09:07eamanusetrecipients: + eamanu, rhettinger, serhiy.storchaka, josephsmeng, pombredanne, Aaron Hall, remi.lapeyre, xtreak, Jan-Hein Bührman, Valentin Beyer, ewjoachim
2019-02-06 13:09:05eamanusetmessageid: <1549458545.67.0.356885202629.issue30670@roundup.psfhosted.org>
2019-02-06 13:09:05eamanulinkissue30670 messages
2019-02-06 13:09:05eamanucreate