classification
Title: test_pprint relies on set/dictionary repr() ordering
Type: Stage:
Components: Tests Versions:
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: Mark.Shannon, anton.barkovsky
Priority: normal Keywords:

Created on 2012-01-29 22:45 by Mark.Shannon, last changed 2012-07-19 12:42 by anton.barkovsky.

Messages (2)
msg152272 - (view) Author: Mark Shannon (Mark.Shannon) * Date: 2012-01-29 22:45
The function test_set_reprs() includes the comment:
"Consequently, this test is fragile and implementation-dependent"
Changing the dictionary iteration ordering breaks it.
msg165837 - (view) Author: Anton Barkovsky (anton.barkovsky) Date: 2012-07-19 12:42
This test breaks now even in CPython. Remove it and be done with it?
History
Date User Action Args
2012-07-19 12:42:51anton.barkovskysetnosy: + anton.barkovsky
messages: + msg165837
2012-01-29 22:45:26Mark.Shannoncreate