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 eric.araujo
Recipients Thomas Fenzl, eric.araujo, ezio.melotti, nagisa, orsenthil, terry.reedy, thomaslee
Date 2014-04-17.18:12:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1397758331.38.0.053122779987.issue15887@psf.upfronthosting.co.za>
In-reply-to
Content
>> "Convert a mapping object or a sequence of two-element tuples, which
>> may either be a str or a bytes, to a “percent-encoded” string."
>
> Mappings, duple sequences, and duples cannot be str or bytes.

The only thing making sense to me here is that “which” refers to “element”.  Rephrased: Convert a mapping or sequence of two-element tuples, where each mapping key or each first element in the tuples may be str or bytes.
History
Date User Action Args
2014-04-17 18:12:11eric.araujosetrecipients: + eric.araujo, terry.reedy, orsenthil, thomaslee, ezio.melotti, nagisa, Thomas Fenzl
2014-04-17 18:12:11eric.araujosetmessageid: <1397758331.38.0.053122779987.issue15887@psf.upfronthosting.co.za>
2014-04-17 18:12:11eric.araujolinkissue15887 messages
2014-04-17 18:12:11eric.araujocreate