Changes between Version 1 and Version 2 of Ticket #17664, comment 22
- Timestamp:
- Mar 1, 2018, 8:00:35 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #17664, comment 22
v1 v2 3 3 "As best as I can tell, these are being totally consistent with their design intent. That is to say, they're operating exactly like the docs say they should. If we don't like the fact.., then I think we should make a deliberate design decision." 4 4 5 And then I gave 2 options, but I'm going to just focus on one of them: I think the choice to let boolean operations silence assertions was a mistake. I think we should change this.5 And then I gave 2 options, but I'm going to just focus on one of them: I think the choice to let boolean operations silence exceptions was a mistake. I think we should change this. 6 6 7 7 We can't change the interface and offer a different "if" statement, so this is a breaking change, since some projects may have been relying on this behavior. So the intermediate step might be to raise a warning in the console for a minor version that exceptions will stopped being coerced to False soon.