Don't forget trailing '%'

pull/6244/head
fnord 9 years ago
parent 9fefc88656
commit 593b77064c

@ -98,6 +98,9 @@ except ImportError:
append = res.append
for item in bits[1:]:
if item == '':
append(b'%')
continue
try:
append(item[:2].decode('hex'))
append(item[2:])

Loading…
Cancel
Save