standalone vs embedded interpreter

Chris Angelico rosuav at gmail.com
Tue Apr 9 12:14:05 EDT 2013


On Wed, Apr 10, 2013 at 1:52 AM, rusi <rustompmody at gmail.com> wrote:
> You probably need readline
> See http://docs.python.org/2/library/cmd.html#cmd.Cmd.cmdloop
> [Also try Control-P COntrol-N for up and down arrow]

Be aware that GNU readline is GPL, not LGPL. This may have
consequences if you distribute your code.

ChrisA



More information about the Python-list mailing list