gh-149189: Revert "Modern defaults for pprint (#149190)"#150249
Conversation
This reverts commit 426f99c.
Documentation build overview
8 files changed ·
|
picnixz
left a comment
There was a problem hiding this comment.
If it's just a git revert <hash>, you have my approval. It's a shame that there were that many people impacted but I guess it was good to know about it (I did fear some breakage but not that much in term of opposition).
|
Yes, |
It should be a red flag when you have to change a lot of the stdlib tests. I multiply by like a jillion to get a sense of the backward incompatible effect downstream of us 😜 |
|
Thanks @hugovk for the PR 🌮🎉.. I'm working now to backport this PR to: 3.15. |
|
GH-150268 is a backport of this pull request to the 3.15 branch. |
This partially reverts commit 43b7976, as the change has been [reverted in Python 3.15 b2](python/cpython#150249). I have left in the shortening of the lists, so that lines are shorter and have less chance of being wrapped in te future.
This partially reverts commit 43b7976, as the change has been [reverted in Python 3.15 b2](python/cpython#150249). I have left in the shortening of the lists, so that lines are shorter and have less chance of being wrapped in the future.
This partially reverts commit 43b7976, as the change has been [reverted in Python 3.15 b2](python/cpython#150249). I have left in the shortening of the lists, so that lines are shorter and have less chance of being wrapped in the future.
This reverts commit 426f99c / PR #149190.
pprint#149189