Message2196

Author stevecoh1
Recipients
Date 2002-01-11.02:35:42
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
This patch enables ReadlineConsole functionality to be extended to other console-like environments like interpretive shells derived from cmd.Cmd, such as the isql.IsqlCmd shell.

It does this by hooking its raw_input()into the builtins table which cmd.Cmd uses to get to raw_input.

Thanks very much to Finn Bock for showing me the way
10 Jan, 2002
Steve Cohen
History
Date User Action Args
2008-02-20 17:18:17adminlinkissue502151 messages
2008-02-20 17:18:17admincreate