rodrigo moraes
rodrigo moraes
here is a demo of a query returning wrong results: http://paste.pocoo.org/show/119841/
Check if you are using tabs for indentation. YAML doesn't allow tabs; it requires spaces.
I made some changes to help overriding **init**(): https://github.com/moraes/webapp-improved/blob/master/webapp2/__init__.py#L126 Also please take a look at the explanation here: https://github.com/moraes/webapp-improved/blob/master/docs/requesthandler.rst Do you think it is ok this way?
Good points. I'll add: - I have a strong conviction that a router package should not require a custom handler signature. This would be the easy path; tempting and apparently...
Yes, you can assume that. I'll fix my statement: "I have a strong conviction that a router package should not require a custom handler signature **for the sole purpose of...