Changes between Initial Version and Version 1 of Ticket #27967, comment 11
- Timestamp:
- 07/11/19 13:06:38 (22 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #27967, comment 11
initial v1 1 1 > Also, why should the enumeration order be certified? This is not claimed in the documentation. I know it would be very nice for the doctests of other codes using it, but I believe it is an error to expect such a thing. I would rather think the code using RES should fix themselves instead. 2 2 3 The code using RES can't really fix that by sorting the results because the results are potentially too big and will take too much time to sort and therefore cancel the goal of ofusing a generator.3 The code using RES can't really fix that by sorting the results because the results are potentially too big and will take too much time to sort and therefore cancel the goal of using a generator. 4 4 5 5 The only other way i can think of now is tagging the tests with #py2 #py3 and hope order will remain the same across configuration and future python3 version.