﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
17633	Invalid IDNA domains in email addresses passed to urlize raises exception	Chris Lamb	nobody	"{{{#!python
    >>> from django.utils.html import urlize
    >>> urlize('lol@dongs..com')
    [...]

    UnicodeError: label empty or too long
}}}

ie. Calls str.encode('idna') without a try-except block. Regression from https://code.djangoproject.com/changeset/17348 I think."	Uncategorized	closed	Uncategorized	dev	Normal	duplicate			Unreviewed	0	0	0	0	0	0
