Changes between Initial Version and Version 1 of Ticket #17979, comment 161
- Timestamp:
- 03/27/15 06:55:35 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #17979, comment 161
initial v1 9 9 > }}} 10 10 11 Really? RuntimeErroris "for an error that doesn’t fall in any of the12 other categories", where as we do fit within the ValueErrorcategory:11 Really? `RuntimeError` is "for an error that doesn’t fall in any of the 12 other categories", where as we do fit within the `ValueError` category: 13 13 "when a built-in operation or function receives an argument that has 14 the right type but an inappropriate value". Here IntegerListsLexdid14 the right type but an inappropriate value". Here `IntegerListsLex` did 15 15 receive inappropriate value which makes the lexicographic enumeration 16 16 improper.