Message305440
| Author |
Aaron Hall |
| Recipients |
Aaron Hall, josephsmeng, rhettinger, serhiy.storchaka |
| Date |
2017-11-02.16:34:21 |
| SpamBayes Score |
-1.0 |
| Marked as misclassified |
Yes |
| Message-id |
<1509640461.53.0.213398074469.issue30670@psf.upfronthosting.co.za> |
| In-reply-to |
|
| Content |
If/when order is guaranteed (3.7?) we should have a pprint that respects current order,
-or-
we should get an improved pprint (maybe named pp or print?) that understands mappings and other abstract data types.
I had a conversation about pprint at the Python meetup last night. It kinda went like this: https://www.youtube.com/watch?v=NpYEJx7PkWE
Maybe now's the time for improved behavior? |
|