Message243549
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 :) |
|
Date |
User |
Action |
Args |
2015-05-19 00:12:53 | martin.panter | set | recipients:
+ 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:53 | martin.panter | set | messageid: <1431994373.77.0.472088854666.issue13866@psf.upfronthosting.co.za> |
2015-05-19 00:12:53 | martin.panter | link | issue13866 messages |
2015-05-19 00:12:53 | martin.panter | create | |
|