UrlParser: coerce values to strings in update_query()
commit32e3be272f288da175b22c126eb9143382371da7
authorxiongchiamiov <xiong.chiamiov@gmail.com>
Tue, 21 Apr 2015 20:29:25 +0000 (21 13:29 -0700)
committerxiongchiamiov <xiong.chiamiov@gmail.com>
Wed, 22 Apr 2015 18:35:15 +0000 (22 11:35 -0700)
tree4425c1c1d0d12a96f78e706115991c9a33ca8ee1
parentf6ff496386cbabc60e66389dbab90d4dbc5bfc48
UrlParser: coerce values to strings in update_query()

They'd always end up as strings eventually when you `unparse()`, but storing
them as non-strings throws off `__eq__()`.
r2/r2/lib/utils/utils.py
r2/r2/tests/unit/lib/urlparser_test.py