Ticket #342 (closed defect: fixed)

Opened 3 years ago

Last modified 3 years ago

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

Changed 3 years ago by ianb

  • status changed from new to closed
  • resolution set to fixed

Changed in r7818.

Note: See TracTickets for help on using tickets.