Changes between Version 1 and Version 2 of Ticket #27170, comment 5
- Timestamp:
- 03/01/19 09:14:34 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #27170, comment 5
v1 v2 161 161 Apparently it's from the tests based on {{{_all_paths_iterator}}}. \\ 162 162 As sorting will mean build a long list it will be costly (very long test). I think keeping {{{#py2}}} {{{#py3}}} tags is good compromise for these cases. Unless of course if you have a solution to have {{{_all_paths_iterator}}} output in the same order for py2 and py3 without hurting performance. 163 164 The doctests cases {{{list(pi)}}} can be replaced with {{{sorted(pi)}}}