You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While working on WebOb 2.0 in I came across support that is in webob.request.Request for urlvars and urlargs, this seems to be based upon the wsgiorg.routing_args "standard" and paste.urlvars which is a Paste specific extension.
I am not sure how heavily used these standards are, nor do I know if they have been ported to run on Py3.
I am considering removing them from WebOb, or at least moving them out of the base request into a mixin that a user could opt-in to.
The text was updated successfully, but these errors were encountered:
While working on WebOb 2.0 in I came across support that is in
webob.request.Request
forurlvars
andurlargs
, this seems to be based upon thewsgiorg.routing_args
"standard" andpaste.urlvars
which is a Paste specific extension.I am not sure how heavily used these standards are, nor do I know if they have been ported to run on Py3.
I am considering removing them from WebOb, or at least moving them out of the base request into a mixin that a user could opt-in to.
The text was updated successfully, but these errors were encountered: