On Dec 9, 2007, at 5:52 AM, Giampaolo Rodola' wrote:
>>     def handle_expt(self):
>
> Like said above, this is called when arrived some OOB data.
> I would change this into something like: "Called when some OOB data
> arrived."

Of course, that's not actually true. It's called for whatever the exc  
bit from select indicates, which varies by platform. Oh, and if you're  
using the "poll2" implementation of asyncore, handle_expt is called  
only when there's an error on the socket, instead. Ah, wonderful  
abstraction.

James

_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to