![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.python archiveAsking the user a question and giving him a default answer he can edit
From: levander <levander@mindspring.com>
Date: Sun Jul 31 2005 - 06:34:47 CEST
I'm trying to figure out the python readline module to see if it will
Basically, I've got a bunch of questions to ask a user, the vast
raw_input() lets the user edit the prompt I send. But, internally, it
You can edit whatever you put out there with raw_input, but it's like
Basically, I want to the user a line editor, with a default value
Anybody know how to do something like this?
I've been playing around with doing it in bash, figuring I can use
|