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.

Changes: This is a bugfix release to fix py3 compatibility, which was accidentally broken in the last release. The release process was also improved to prevent this kind of problem in the future.

988cf8653efd03c1480478df7d2b42fc_thumb

Tags: Software Development

Licenses: MIT/X