merge 3.4

This commit is contained in:
Senthil Kumaran 2014-04-16 23:33:30 -04:00
commit 249e74aa26
1 changed files with 1 additions and 1 deletions

View File

@ -660,7 +660,7 @@ request using http.client::
>>> # This creates an HTTP message
>>> # with the content of BODY as the enclosed representation
>>> # for the resource http://localhost:8080/foobar
>>> # for the resource http://localhost:8080/file
...
>>> import http.client
>>> BODY = "***filecontents***"