On Mon, Dec 19, 2011 at 9:36 AM, Maxim Badika <[email protected]> wrote:
> Hello all!
>
> i found that
>
> email_re.search(u'[email protected].') # with dot at the end of
> address
>
> returns true. I think that is incorrect.
> Thanks.

That is actually correct, and it is equivalent to "[email protected]".
See RFC 3696.

The root of the domain name tree is known as "." and the TLDs are
technically "com.", "edu.", "uk.", etc.  When discussing domains below
the TLDs, the trailing dot is normally omitted ("domain.com"), but
applications are still required to accept it

Cheers,
Ian.

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/django-developers?hl=en.

Reply via email to