From 4094b3d08ce2b47e1c488bc0063ac5868344feda Mon Sep 17 00:00:00 2001 From: "Andrew M. Kuchling" Date: Sat, 3 Jun 2006 18:43:24 +0000 Subject: Minor rewording --- Doc/lib/liburllib2.tex | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Doc/lib/liburllib2.tex b/Doc/lib/liburllib2.tex index be36e3d..f4351c3 100644 --- a/Doc/lib/liburllib2.tex +++ b/Doc/lib/liburllib2.tex @@ -18,13 +18,13 @@ The \module{urllib2} module defines the following functions: Open the URL \var{url}, which can be either a string or a \class{Request} object. -\var{data} should be a string, which specifies additional data to send -to the server. Currently HTTP requests are the only ones that use -\var{data}. For HTTP, the request will be a POST instead of a GET -when the \var{data} parameter is provided. \var{data} should be a -buffer in the standard \mimetype{application/x-www-form-urlencoded} format. -The \function{urllib.urlencode()} function takes a mapping or -sequence of 2-tuples and returns a string in this format. +\var{data} may be a string specifying additional data to send to the +server. Currently HTTP requests are the only ones that use \var{data}; +the HTTP request will be a POST instead of a GET when the \var{data} +parameter is provided. \var{data} should be a buffer in the standard +\mimetype{application/x-www-form-urlencoded} format. The +\function{urllib.urlencode()} function takes a mapping or sequence of +2-tuples and returns a string in this format. This function returns a file-like object with two additional methods: -- cgit v0.12