Fixed Python3 bug in filters.Decode.

Declined
#6 · Created  · Last updated

Declined pull request

fixed via 5d032c477f68e2a2fd7dc

Closed by: ·2014-04-21

Description

filters.Decode fails on non-str, non-bytes objects in Python3 because it converts them to str, and then tries to byte-decode them. This patch fixes this, though perhaps there may be some more elegant way of doing it.

0 attachments

0 comments

Loading commits...