Hi...I'm a newbie to python, and very confused. I'm writing a simple
program and want the user to be able to edit a line that I display
using the full gnu readline capabilitites. (For example, control+a to
go to the beginning of the line.)
Then I want to be able to read the line after it's been
raw_input is an excellent suggestion, and almost exactly what I want.
But, I want to give the user a string to edit, not have them start from
scratch inputting a string.
Any other ideas?
--
http://mail.python.org/mailman/listinfo/python-list
So I wrote a quick python program (my first ever) that needs to
download pages off the web.
I'm using urlopen, and it works fine. But I'd like to be able to
change my browser string from "Python-urllib/1.15" to instead
impersonate Internet Explorer.
I know this can be done very easily with Perl,