id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
75	gpm input has wrong type	Christian	ian	"[https://excess.org/urwid/browser/urwid/raw_display.py#L438]

{{{
s = self.gpm_mev.stdout.readline()
}}}

should be

{{{
s = self.gpm_mev.stdout.readline().decode('utf8')
}}}
"	defect	closed	minor		input_handling		fixed		
