Rework uri_encode/uri_decode to more cleanly work with bytes/strings.
authorMichael Vrable <vrable@cs.hmc.edu>
Sun, 7 Sep 2014 23:37:43 +0000 (16:37 -0700)
committerMichael Vrable <vrable@cs.hmc.edu>
Wed, 10 Sep 2014 18:52:20 +0000 (11:52 -0700)
More clearly specify the intended behavior of uri_encode and uri_decode,
and make them work both for Python 2 and Python 3.


No differences found