Vinay Sajip added the comment:

I'm not against making this change, but I'm curious - why would a handler do 
clean-up I/O in its release() method (which is just for releasing the I/O lock) 
where it could just as easily override the close() method to do the same thing? 
It seems like programmer error to be doing any I/O in a handler after close() 
is called on it.

----------

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

Reply via email to