bpython 0.4.1 (Default branch) |
|
|
bpython is an enhanced Python interactive
interpreter that uses curses and provides the
following main features: in-line syntax
highlighting; readline-like autocompletion with
suggestions displayed as you type; expected
argument specification for functions; a handy
pastebin function to quickly submit your code and
return a URL. Its goal is to bring together a few
handy ideas to enhance the standard interpreter
without getting carried away.
License: MIT/X Consortium License
Changes:
This release cleans up the code and fixes several bugs that could cause bpython to crash due to autocompletion drama. It also properly returns control to the terminal on the event of a traceback. There is general clean-up of some code.
|