Giampaolo Rodola' <g.rod...@gmail.com> added the comment:

asyncore is a minimalistic and generic framework; as such it should not 
"privilege" a specific application such as mod_wsgi or make any other 
assumption.

I'd say it's fine to let user decide what to do in its own subclass.

Furthermore, log_info() is used by asyncore only to warn about events which are 
supposed to be handled by user via method overriding (e.g. handle_read()). It's 
not something you want wsgi or any other application except yours to be aware 
of.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue11792>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to