Changes between Version 1 and Version 6 of Ticket #30275
- Timestamp:
- 09/06/20 23:15:12 (22 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #30275
-
Property
Status
changed from
new
toneeds_review
-
Property
Authors
changed from
to
Michael Jung
-
Property
Dependencies
changed from
#30181, #30261, #30239
to -
Property
Branch
changed from
to
u/gh-mjungmath/replace_assertionerror_with_valueerror
-
Property
Milestone
changed from
sage-9.2
tosage-9.3
-
Property
Commit
changed from
to
787bc4b5db9e06093df9a6b5fa2722de69427245
-
Property
Status
changed from
-
Ticket #30275 – Description
v1 v6 4 4 > Raised when an assert statement fails. 5 5 6 since no `assert` statements are involved. A better choice would be a `ValueError`. Apart from the new immutability implementations, this would also depend on #30239 because the `AssertionError` due to immutability is catched there. The easiest way, I think, is to substitute them all at once after the immutability tickets and #30239 have been finished (find & replace).6 since no `assert` statements are involved. A better choice would be a `ValueError`.