~ubuntu-branches/ubuntu/karmic/python3.0/karmic

« back to all changes in this revision

Viewing changes to Doc/library/urllib.parse.rst

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2009-02-16 17:18:23 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20090216171823-1d5cm5qnnjvmnzzm
Tags: 3.0.1-0ubuntu1
New upstream version.

Show diffs side-by-side

added added

removed removed

Lines of Context:
106
106
   parsing errors.  If false (the default), errors are silently ignored.  If true,
107
107
   errors raise a :exc:`ValueError` exception.
108
108
 
109
 
   Use the :func:`urllib.urlencode` function to convert such dictionaries into
110
 
   query strings.
 
109
   Use the :func:`urllib.parse.urlencode` function to convert such
 
110
   dictionaries into query strings.
111
111
 
112
112
 
113
113
.. function:: parse_qsl(qs[, keep_blank_values[, strict_parsing]])
365
365
      'http://www.Python.org/doc/'
366
366
 
367
367
 
368
 
The following classes provide the implementations of the parse results::
 
368
The following classes provide the implementations of the parse results:
369
369
 
370
370
.. class:: BaseResult
371
371