summaryrefslogtreecommitdiff
path: root/tests/regressiontests/utils/encoding.py
AgeCommit message (Collapse)Author
2013-03-22[1.5.x] Fixed #20108 -- Fixed filepath_to_uri decoding errorClaude Paroz
This was a regression due to unicode_literals usage. Thanks Ivan Virabyan for the report and the initial patch. Backport of 164528acc8 from master.
2012-09-04Fixed #18902 -- Made force_bytes properly handle exception inputClaude Paroz
Thanks Aymeric Augustin for the report and the initial patch.