This is a pretty basic question, but I can't seem to figure it out.
I'd like to map a URL that contains commas to a handler using the
webapp framework. Something like this:

application = webapp.WSGIApplication([
        ('/versions/1,2', VersionsDifferenceHandler),
        ], debug=True)

But that just gives me a 404. I've tried escaping the comma with a
single or double \, but that doesn't help. Can someone give me a hint
as to what I'm doing wrong?

Thanks,
Jesse
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to