Brett Cannon added the comment:

I agree with Victor: monkeypatching is the wrong way to deal with this. Since 
SelectSelector is a class you are better off exposing something in the 
constructor or some method that can be overridden if this kind of flexibility 
is really necessary.

----------
nosy: +brett.cannon

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

Reply via email to