On 28 ene, 15:36, Aaron Swartz <[email protected]> wrote:
> What happens is that the (.*) picks up the value '' (since . means
> zero or more) and then passes this to GET, so GET('') is called and
> the default value is never seen. This might work; I'm not sure:
>
> path = '/sayName/(.+)?'

I'm affraid it doesn't work either.
Setting this path prints "None" (before it returned a blank page).
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web.py" 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/webpy?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to