[issue13907] test_pprint relies on set/dictionary repr() ordering

2020-11-22 Thread Raymond Hettinger
Change by Raymond Hettinger : -- resolution: -> fixed stage: -> resolved status: open -> closed ___ Python tracker ___ ___ Python-

[issue13907] test_pprint relies on set/dictionary repr() ordering

2020-11-22 Thread Irit Katriel
Irit Katriel added the comment: This test was since renamed to test_set_of_sets_reprs and is currently marked as @expectedFailure: https://github.com/python/cpython/commit/51844384f4b225d214e122edd8af65c75e50a150 -- nosy: +iritkatriel versions: +Python 3.10, Python 3.8, Python 3.9

[issue13907] test_pprint relies on set/dictionary repr() ordering

2013-11-23 Thread Phil Connell
Changes by Phil Connell : -- nosy: +pconnell ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pytho

[issue13907] test_pprint relies on set/dictionary repr() ordering

2012-07-19 Thread Anton Barkovsky
Anton Barkovsky added the comment: This test breaks now even in CPython. Remove it and be done with it? -- nosy: +anton.barkovsky ___ Python tracker ___

[issue13907] test_pprint relies on set/dictionary repr() ordering

2012-01-29 Thread Mark Shannon
New submission from Mark Shannon : The function test_set_reprs() includes the comment: "Consequently, this test is fragile and implementation-dependent" Changing the dictionary iteration ordering breaks it. -- components: Tests messages: 152272 nosy: Mark.Shannon priority: normal severit