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 martin.panter
Recipients Jeff.Edwards, Stephen.Day, berker.peksag, cvrebert, eric.araujo, ezio.melotti, jin, maker, martin.panter, orsenthil, python-dev, r.david.murray, ronnix, samwyse, wiggin15
Date 2015-05-19.00:12:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1431994373.77.0.472088854666.issue13866@psf.upfronthosting.co.za>
In-reply-to
Content
Forcing the “quote_via” keyword wouldn’t help that much. I suggest to leave it as it is.

urlencode(query, True, "/", "ascii", "strict", quote)
urlencode(query, True, "/", "ascii", "strict", quote_via=quote)

On the other hand, forcing a keyword for the “doseq=True” flag would encourage easier-to-read code, but that ship has already bolted :)
History
Date User Action Args
2015-05-19 00:12:53martin.pantersetrecipients: + martin.panter, orsenthil, samwyse, ezio.melotti, eric.araujo, r.david.murray, cvrebert, maker, wiggin15, ronnix, python-dev, berker.peksag, Stephen.Day, jin, Jeff.Edwards
2015-05-19 00:12:53martin.pantersetmessageid: <1431994373.77.0.472088854666.issue13866@psf.upfronthosting.co.za>
2015-05-19 00:12:53martin.panterlinkissue13866 messages
2015-05-19 00:12:53martin.pantercreate