﻿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
15795	[patch] __repr__ for  RegexURLPattern not unicode safe	Mark Raddatz <mraddatz@…>	nobody	An instance of {{{RegexURLPattern}}} is returned by the {{{url()}}} function, which can be used as an argument to {{{patterns()}}} for the URLConf. The url arguments for regex and name could contain unicode. However, the {{{__repr__}}} function handle this data as bytestring and could raise a {{{UnicodeDecodeError}}}: 'ascii' codec can't decode byte. {{{RegexURLResolver}}} should be affected too.	Bug	closed	Core (Other)	1.3	Normal	fixed	debug unicode		Ready for checkin	1	0	1	0	1	0
