#9930: An error in part three of Django's tutorial. ----------------------------------------------------+----------------------- Reporter: crazy2k | Owner: nobody Status: new | Milestone: Component: Documentation | Version: 1.0 Keywords: tutorial regular expression strip urls | Stage: Unreviewed Has_patch: 0 | ----------------------------------------------------+----------------------- 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.. -- Ticket URL: <http://code.djangoproject.com/ticket/9930> Django <http://code.djangoproject.com/> The Web framework for perfectionists with deadlines. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/django-updates?hl=en -~----------~----~----~----~------~----~------~--~---
