Please include "goto" command in future python realeses
I know that proffesional programers doesn't like to use it, but for me as newbie it's too hard to get used replacing it with "while", "def" or other commands
Technically, as a newbie you shouldn't know about GOTO at all. So you're more a "Tainted by previous spaghetti code practices"-guy than newbie.
Have a look at "while ... else" and "break". Or use the april special release of python featuring goto. But expect to be called names :-).
Regards T. -- http://mail.python.org/mailman/listinfo/python-list