GoogleCloudPlatform / webapp2

webapp2 is a framework for Google App Engine
https://webapp2.readthedocs.org
Other
142 stars 64 forks source link

Documentation update : New note in route guide - regex groups #123

Closed k-antonius closed 7 years ago

k-antonius commented 7 years ago

I'd like to add and explicit note indicating that if a regex group is included in the route, a matching positional argument parameter must be included in all handler methods that handle requests from that route.

I don't think this is explicit in the docs as currently written, and knowing this would have saved me quite a bit of time the other day.

theacodes commented 7 years ago

@k-antonius which docs? Are they in this repo? If so, feel free to just send a PR.

k-antonius commented 7 years ago

They are in the this repo, so I will send a PR.

theacodes commented 7 years ago

Closed by #124