On Mon, Jan 25, 2016 at 8:12 PM, Ben Hutchings <b...@decadent.org.uk> wrote:
> On Tue, 2016-01-26 at 11:49 +1100, Brian May wrote:
>>>> import subprocess
>>>> rv = subprocess.Popen(['locale', '-a'], stdout=subprocess.PIPE,
> ...                       stderr=subprocess.PIPE).communicate()[0]
>>>> type(rv)
> <class 'bytes'>
>
> This is clearly a bug in python3-click.

Yes it was.

I have just uploaded a fix.

--
Alexandre Viau
av...@debian.org

Reply via email to