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 vstinner
Recipients Manjusaka, giampaolo.rodola, vstinner
Date 2018-12-17.10:34:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1545042848.92.0.788709270274.issue35517@psf.upfronthosting.co.za>
In-reply-to
Content
> Add a keyword argument for selector.EpollSelector with default value.

I suggest to use a keyword-only parameter:

def register(self, fileobj, events, data=None, *, exclusive=False):

Do you want to work on a pull request?
History
Date User Action Args
2018-12-17 10:34:08vstinnersetrecipients: + vstinner, giampaolo.rodola, Manjusaka
2018-12-17 10:34:08vstinnersetmessageid: <1545042848.92.0.788709270274.issue35517@psf.upfronthosting.co.za>
2018-12-17 10:34:08vstinnerlinkissue35517 messages
2018-12-17 10:34:08vstinnercreate