Changes between Initial Version and Version 1 of Ticket #36664, comment 6


Ignore:
Timestamp:
May 12, 2026, 3:30:47 PM (8 days ago)
Author:
Jacob Walls

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #36664, comment 6

    initial v1  
    1 On another topic, we have a failure in `test_max_diff` also due to the new `pprint` defaults. It's only a matter of doing this, because the output of `assertDictEqual()` is now more compact...
     1On another topic, we have a failure in `test_max_diff` due to the new `pprint` defaults. It's only a matter of doing this, because the output of `assertDictEqual()` is now more compact...
    22
    33{{{#!diff
     
    1616 }}}
    1717
    18 but they change [https://github.com/python/cpython/issues/149189#issuecomment-4416150007 might be reverted], so let's wait.
     18but the change [https://github.com/python/cpython/issues/149189#issuecomment-4416150007 might be reverted], so let's wait.
Back to Top