Skip to content

1.2.0

Compare
Choose a tag to compare
@avylove avylove released this 13 May 13:02
  • jinxed.win32.get_console_input_encoding() will now return None if there is an error calling GetConsoleCP()
    This allows more consistent behavior with os.device_encoding() and avoids an issue with PyCharm's builtin terminal.
    See Rockhopper-Technologies/enlighten#48 for more details