Changes between Initial Version and Version 4 of Ticket #37221
- Timestamp:
- Jul 22, 2026, 8:58:37 PM (3 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #37221
- Property Triage Stage Unreviewed → Accepted
- Property Type Uncategorized → Cleanup/optimization
- Property Owner set to
- Property Status new → assigned
-
Ticket #37221 – Description
initial v4 3 3 == 1. `EmailValidator.__eq__()` does not check its regex attrs 4 4 5 This test should fail, but does not:5 This test should pass, but does not: 6 6 7 7 {{{#!python … … 19 19 == 2. No validator `__eq__()` methods check the class 20 20 21 Custom validator subclasses may implement different logic, so should probably ''not'' be considered equal by default. I would expect this test to failbut it does not:21 Custom validator subclasses may implement different logic, so should probably ''not'' be considered equal by default. I would expect this test to pass but it does not: 22 22 23 23 {{{#!python