[issue5605] Don't assume that repr of literal dicts are sorted like pprint sorts them.

2009-03-30 Thread Frank Wierzbicki
New submission from Frank Wierzbicki fwierzbi...@gmail.com: test_same_as_repr in test_pprint.py assumes repr of literal dict {5:6, 7:8} will be ordered. This definitely is not the case for Jython, and the comments above the test appear to indicate that it is not a guarantee of CPython either.

[issue5605] Don't assume that repr of literal dicts are sorted like pprint sorts them.

2009-03-30 Thread Benjamin Peterson
Benjamin Peterson benja...@python.org added the comment: Fixed in r70712. -- nosy: +benjamin.peterson resolution: - fixed status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue5605