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)
commit8b4b764f036d9ac945d36a1966f2eb284c4f44a3
treefd880e6a59a46e517cb1f1f5aab370480cbe9d5f
parent3cf2be27c9e54eaae6737adfb41f1fc86528aa84
Rework uri_encode/uri_decode to more cleanly work with bytes/strings.

More clearly specify the intended behavior of uri_encode and uri_decode,
and make them work both for Python 2 and Python 3.
README
python/cumulus/__init__.py
python/cumulus/rebuild_database.py
python/cumulus/util.py [new file with mode: 0644]
python/cumulus/util_test.py [new file with mode: 0644]