Skip to content

bring docs up-to-date with actual wsgify signature - #167

Merged
digitalresistor merged 1 commit into
masterfrom
fix.wsgify-middleware-docs
Apr 4, 2015
Merged

bring docs up-to-date with actual wsgify signature#167
digitalresistor merged 1 commit into
masterfrom
fix.wsgify-middleware-docs

Conversation

@mmerickel

Copy link
Copy Markdown
Member

the tests and code clearly expect (req, app, *_kw) and it makes sense that it
would be that way since req is the ephemeral argument and the rest are
defined at setup-time. The documented order before was (app, req, *_kw)
which puts the req in-between multiple config arguments in the
signature.

fixes #25, #120

the tests and code clearly expect (req, app, **kw) and it makes sense that it
would be that way since req is the ephemeral argument and the rest are
defined at setup-time. The documented order before was (app, req, **kw)
which puts the req in-between multiple config arguments in the
signature.

fixes #25, #120
@digitalresistor

Copy link
Copy Markdown
Member

👍 Looks good to me.

@digitalresistor digitalresistor added this to the Version 1.5 milestone Mar 23, 2015
@digitalresistor
digitalresistor merged commit e4e8c47 into master Apr 4, 2015
@digitalresistor
digitalresistor deleted the fix.wsgify-middleware-docs branch April 4, 2015 02:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

wrong argument of wsgify.middleware

2 participants