﻿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
9930	An error in part three of Django's tutorial.	crazy2k	nobody	"The part three of Django's tutorial (http://docs.djangoproject.com/en/dev/intro/tutorial03/#intro-tutorial03) says:
""Then, Django will strip off the matching text (""polls/"") and send the remaining text -- ""34/"" -- to the 'mysite.polls.urls' URLconf for further processing.""

Shouldn't it say something like ""Django will strip off the first substring, from left to right, that matches""? Because I think the whole ""/polls/34/"" would match, and just the first part is removed.."		closed	Documentation	1.0		invalid	tutorial regular expression strip urls		Unreviewed	0	0	0	0	0	0
