Devan L wrote:
> Use raw_input instead. It returns a string of whatever was typed. Input
> expects a valid python expression.

Who actually uses this? It's equivalent to eval(raw_input(prompt)) but 
causes a lot of newbie confusion. Python-dev archives revealed that 
someone tried to get this deprecated but Guido disagreed.
-- 
Michael Hoffman
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to