|
From: <no...@so...> - 2002-01-11 02:35:44
|
Patches item #502151, was opened at 2002-01-10 18:35 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=312867&aid=502151&group_id=12867 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Steve Cohen (stevecoh1) Assigned to: Nobody/Anonymous (nobody) Summary: Extend ReadlineConsole to cmd.Cmd Initial Comment: 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 ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=312867&aid=502151&group_id=12867 |