An interesting question about "print '\a'"

Anthony Liu antonyliu2002 at yahoo.com
Mon Oct 24 00:37:17 EDT 2005


We know that if we do

print '\a'

the bell will sound.

Now, why do I hear the sound on my local machine when
I run a python script on a remote host?

I understand if I hear it when I do 

print '\a'

on my local machine.

Does the command get sent back to the client machine?

Thanks.

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 



More information about the Python-list mailing list