﻿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
18644	django.util.html.urlize fails to trim trailing period when followed by a parenthesis	ljosa	ljosa	"Users would probably expect

{{{
django.utils.html.urlize('(Go to http://www.example.com/foo.)')
}}}

to produce

{{{
u'(Go to <a href=""http://www.ljosa.priv.no/foo"">http://www.ljosa.priv.no/foo</a>.)'
}}}

and not

{{{
u'(Go to <a href=""http://www.ljosa.priv.no/foo."">http://www.ljosa.priv.no/foo.</a>)'
}}}

as it does at present.

The fix should be easy; I expect to submit a pull request soon."	Bug	closed	Template system	dev	Normal	fixed			Ready for checkin	1	0	0	0	1	0
