Ticket #6101 enhancement new
twisted.web.distrib doesn't properly handle mixed positional and keyword arguments
| Reported by: | tom.prince | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | web | Keywords: | |
| Cc: | Branch: | ||
| Author: | Launchpad Bug: |
Description
For example, request.addCookie doesn't accept expires as a positional argument when used over distrib.
- request.addCookie(COOKIE_KEY, cookie, s.getExpiration(),path="/") + request.addCookie(COOKIE_KEY, cookie, expires=s.getExpiration(),path="/")
Change History
Note: See
TracTickets for help on using
tickets.
