Changes between Initial Version and Version 1 of Ticket #12058, comment 11


Ignore:
Timestamp:
Nov 17, 2014, 7:01:24 AM (9 years ago)
Author:
Jun Omae
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #12058, comment 11

    initial v1  
    1717}}}
    1818
    19 However, I noticed another issue in `EMAIL_LOOKALIKE_PATTERN`. The pattern is used `\d` with `re.UNICODE`. If a TLD has unicode digit characters, it wrongly matches. See http://trac.edgewall.org/demo-1.0/ticket/3692. That is a Trac issue.
     19However, I noticed another issue in `EMAIL_LOOKALIKE_PATTERN`. The pattern is used `\d` with `re.UNICODE`. If a TLD has unicode digit characters, it wrongly matches. See http://trac.edgewall.org/demo-1.0/ticket/3692. That is a Trac issue and similar to t:#10678.
    2020{{{#!pycon
    2121>>> re.match(EMAIL_LOOKALIKE_PATTERN, u'foo@example.c௩௪௫om', re.UNICODE)