"Tim Williams" <[EMAIL PROTECTED]> wrote in news:[EMAIL PROTECTED]:
[...]
> maybe this: (on Win32, don't know about *nix)
>
> for x in range(10):
> print '.\b',
better:
print '\b.',
--
rzed
--
http://mail.python.org/mailman/listinfo/python-list
