Ticket #342 (closed defect: fixed)
WebTest.TestApp.put() method needs clearer docstring
| Reported by: | andriod | Owned by: | ianb |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | documentation | Version: | released-version |
| Severity: | normal | Keywords: | WebTest |
| Cc: |
Description
real simple, but I had a terrible time tracking this down current text:
Do a PUT request. Very like the .get() method.
params are put in the body of the request.
suggested replacement text:
Do a PUT request. Very like the .get() method.
params are put in the body of the request, if params is a tuple, dictionary, list, or iterator it will be urlencoded and placed in the body as with a POST, if it is string it will not be encoded, but placed in the body directly.
Change History
Note: See
TracTickets for help on using
tickets.
