Skip to content

bugfix: in Python 3.x, msvcrt.getch() return a byte string not a character#4

Open
li-rupert wants to merge 13 commits intokcsaff:masterfrom
li-rupert:master
Open

bugfix: in Python 3.x, msvcrt.getch() return a byte string not a character#4
li-rupert wants to merge 13 commits intokcsaff:masterfrom
li-rupert:master

Conversation

@li-rupert
Copy link
Copy Markdown

commit 79bfdd6 should fix issue #1
commit 2c2bf7e should fix issue #2 (comes from mtikekar)

@li-rupert li-rupert mentioned this pull request Jan 5, 2019
@mpoush
Copy link
Copy Markdown

mpoush commented Aug 31, 2020

@kcsaff, any possibility on getting this PR merged in?

It fixes at least two issues I've run into when using Python 3:

  • on Windows, getkey() doesn't work
  • on macOS, getkey(blocking=False) always returns None

Copy link
Copy Markdown

@EnGamma EnGamma left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I endorse merging these changes into kcsaff:master.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants