Changes between Initial Version and Version 7 of Ticket #24443
- Timestamp:
- 01/02/18 07:10:23 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #24443
-
Property
Status
changed from
new
toneeds_info
-
Property
Summary
changed from
Make RealSet answer positive to is_Set
toReplace is_Set() usage
-
Property
Type
changed from
defect
totask
-
Property
Status
changed from
-
Ticket #24443 – Description
initial v7 1 `RealSet` as formal set of reals should answer True to `is_Set()`. 1 Replace calls to `is_Set` with the code it has, which is just `isinstance(x, Set_generic)`.