Ticket #75 (closed defect: fixed)
gpm input has wrong type
| Reported by: | Christian | Owned by: | ian |
|---|---|---|---|
| Priority: | minor | Milestone: | |
| Component: | input_handling | Version: | |
| Keywords: | Cc: |
Description
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')
Change History
Note: See
TracTickets for help on using
tickets.
