Skip to content

Release v12

Compare
Choose a tag to compare
@manthey manthey released this 25 Apr 02:59
20f3d21

Changes

  • Removed some modules that can't be imported without Scintilla.DLL.
  • Ignore standard Python command line options that aren't implemented.
  • The banner in interactive mode better matches native Python.

Bug Fixes

  • Fixed raw input on Python 3.
  • Fixed handling - on the command line.
  • Fixed combining -i with -c or -m.
  • Unbuffered interactive mode fixed on Python 3.

Build

  • Added tests to show that pyexe's behavior is the same as native Python.
  • Added tests for help, reading from stdin, reading in tty mode, hyphen mode, and the --all flag.