mnaberez / py65

Emulate 6502-based microcomputer systems in Python
BSD 3-Clause "New" or "Revised" License
234 stars 68 forks source link

correct byte-vs-string issue in line_input #63

Closed larsks closed 3 years ago

larsks commented 3 years ago

Ensure that getch() returns a unicode string rather than a byte string.

closes #266

larsks commented 3 years ago

Arg, bug number and branch name are both goofy. Resubmitting.

mnaberez commented 3 years ago

This pull request seems to have been replaced by #65.