[issue30664] Change unittest's _SubTest to not sort its params when printing test failures

Eric V. Smith report at bugs.python.org
Wed Jun 14 09:26:27 EDT 2017


Eric V. Smith added the comment:

Correct on the order changed with regular dicts. That's why I'm targeting this specifically for Python 3.7 and with **kwargs, where order is guaranteed. We might have to use a structure other than a ChainMap of dicts, like a ChainMap of OrderDicts.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue30664>
_______________________________________


More information about the Python-bugs-list mailing list