Skip to content

win-unicode-console 0.5

Latest
Compare
Choose a tag to compare
@Drekin Drekin released this 25 Jun 20:19
· 7 commits to master since this release

Changes

  • Recovering of Unicode sys.argv on Python 2 is now supported: module unicode_argv was added. Fixes #20.
  • The runner uses compile(..., dont_inherit=True) even on Python 2. Fixes #14.
  • Console detection was enhanced: StandardStreamInfo objects with methods is_a_TTY, is_a_console, should_be_fixed in streams module. sys.std* streams without fileno (e.g. Python 2 StringIO) are supported.
  • Custom readline hook is disabled on error to avoid an infinite loop in interactive session.