Changes between Initial Version and Version 1 of Ticket #24605, comment 6
- Timestamp:
- Apr 14, 2015, 1:17:09 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #24605, comment 6
initial v1 45 45 46 46 {{{ super(Q, self).__init__(children=list(args) + list(six.iteritems(kwargs))) }}} 47 48 To make the test fail every time, change that line to 49 50 {{{ super(Q, self).__init__(children=list(args) + sorted(list(six.iteritems(kwargs)))) }}}