This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author brett.cannon
Recipients Przemyslaw Wegrzyn, brett.cannon, vstinner
Date 2016-07-27.16:48:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1469638084.19.0.292438501485.issue27634@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2016-07-27 16:48:04brett.cannonsetrecipients: + brett.cannon, vstinner, Przemyslaw Wegrzyn
2016-07-27 16:48:04brett.cannonsetmessageid: <1469638084.19.0.292438501485.issue27634@psf.upfronthosting.co.za>
2016-07-27 16:48:04brett.cannonlinkissue27634 messages
2016-07-27 16:48:04brett.cannoncreate