﻿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
22378	\d in urls examples in documentation is missleading.	tomwys	chris cauley	"\d with re.UNICODE flag allows to use digits like ""१"". This flag is used when parsing Django urls.

For example, regexp like that (https://docs.djangoproject.com/en/dev/topics/http/urls/#example):

{{{
 url(r'^articles/(\d{4})/$', 'news.views.year_archive'),
}}}

will accept ""articles/११११/"". This is missleading for developer. It could also be harmful. If developer will use string parsed like that in other way than parsing to int(), it could lead to error or even security issue."	Cleanup/optimization	closed	Documentation	1.6	Normal	fixed			Accepted	0	0	0	0	0	0
