Ticket #18 (closed enhancement: fixed)
[PATCH] Fixes for PathDispatch and the unpack decorator in wareweb
| Reported by: | thomas.jenkins@… | Owned by: | ianb |
|---|---|---|---|
| Priority: | highest | Milestone: | 1.4.1 |
| Component: | documentation | Version: | svn-trunk |
| Severity: | critical | Keywords: | rHzUctNvm |
| Cc: |
Description
PathDispatch? dispatcher needed a simple typo fix (== vs. =).
I'm less sure about the unpack fixes. It didn't seem to working at all and wasn't used in any examples. I'm definately not clear about the vision of the coersion framework but it works in the case I have at hand.
I also removed the copying of the fields dictionary in FunctionArgSpec?.unpack_args not only because it was throwing an error but because I did not see it altered any where in the function body.
Hope this is of some use.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

