Changes between Initial Version and Version 1 of Ticket #17979, comment 159
- Timestamp:
- 03/27/15 06:15:59 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #17979, comment 159
initial v1 8 8 > This identification of list worries me a bit. The exception in `__iter__` was added because we consider it a bug that some element of the set may never be listed in `__iter__`, and this is exactly the problem we have again here. For a different reason, i.e. because some lists are identified. 9 9 10 Nathann, this is a different issue! The above issue is just about identifying objects, not about not listing all of them. The issue about not listing all of them is due to the fact that inverse lexicographic order intrinsic ly (by definition) does not list them all.10 Nathann, this is a different issue! The above issue is just about identifying objects, not about not listing all of them. The issue about not listing all of them is due to the fact that inverse lexicographic order intrinsically (by definition) does not list them all. 11 11 12 12 Anne