]> git.notmuchmail.org Git - notmuch/commitdiff
nmbug-status: Add a Python-3-compatible urllib.parse.quote import
authorW. Trevor King <wking@tremily.us>
Mon, 10 Feb 2014 18:40:30 +0000 (10:40 -0800)
committerDavid Bremner <david@tethera.net>
Tue, 11 Feb 2014 02:49:26 +0000 (22:49 -0400)
Python 2's urllib.quote [1] has moved to urllib.parse.quote in Python
3 [2].

[1]: http://docs.python.org/2/library/urllib.html#urllib.quote
[2]: http://docs.python.org/3/library/urllib.parse.html#urllib.parse.quote


No differences found