This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author samwyse
Recipients samwyse
Date 2012-07-14.11:05:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1342263934.43.0.385544849615.issue15350@psf.upfronthosting.co.za>
In-reply-to
Content
The doc string for url encode states:

    The query arg may be either a string or a bytes type. When query arg is a
    string, the safe, encoding and error parameters are sent to the quote_via
    function for encoding

IMHO, this implies that the argument can be a string.  Note that the preceding paragraphs starts out with "If the query arg is a sequence of two-element tuples". I think that it should read:

    The components of the query arg may be either a string or a bytes
    type. When query arg is a string, the safe, encoding and error
    parameters are sent to the quote_via function for encoding.
History
Date User Action Args
2012-07-14 11:05:34samwysesetrecipients: + samwyse
2012-07-14 11:05:34samwysesetmessageid: <1342263934.43.0.385544849615.issue15350@psf.upfronthosting.co.za>
2012-07-14 11:05:33samwyselinkissue15350 messages
2012-07-14 11:05:33samwysecreate