﻿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
32866	urlize() does not handle html escaped string and trailing punctuation correctly	Shipeng Feng	Shipeng Feng	"Example:

{{{
#!python
urlize('Search for google.com/?q=1&lt! and see.')

# expected output
'Search for <a href=""http://google.com/?q=1%3C"">google.com/?q=1&lt</a>! and see.'

# actual output
'Search for <a href=""http://google.com/?q=1%3C"">google.com/?q=1&lt</a>lt! and see.'
}}}"	Bug	closed	Utilities	dev	Normal	fixed			Accepted	1	0	0	0	1	0
