Changes between Initial Version and Version 4 of Ticket #37221


Ignore:
Timestamp:
Jul 22, 2026, 8:58:37 PM (3 weeks ago)
Author:
Mike Edmunds
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #37221

    • Property Triage Stage UnreviewedAccepted
    • Property Type UncategorizedCleanup/optimization
    • Property Owner set to Vishy
    • Property Status newassigned
  • Ticket #37221 – Description

    initial v4  
    33== 1. `EmailValidator.__eq__()` does not check its regex attrs
    44
    5 This test should fail, but does not:
     5This test should pass, but does not:
    66
    77{{{#!python
     
    1919== 2. No validator `__eq__()` methods check the class
    2020
    21 Custom validator subclasses may implement different logic, so should probably ''not'' be considered equal by default. I would expect this test to fail but it does not:
     21Custom 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:
    2222
    2323{{{#!python
Back to Top