﻿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
17257	Comment that contradicts code in django.contrib.syndication.views	Aymeric Augustin	Kenneth Belitzky	"{{{
        # 'url' must already be ASCII and URL-quoted, so no need for encoding
        # conversions here.
        url = iri_to_uri(u'%s://%s%s' % (protocol, domain, url))
}}}

But this line is a conversion!

This problem was introduced at r5629. I think we should just remove the comment."	Cleanup/optimization	closed	contrib.syndication	dev	Normal	fixed			Ready for checkin	1	0	0	0	1	0
