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 gvanrossum, neologix, pitrou, vstinner
Date 2013-10-06.14:59:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAMpsgwbKSZVeDXT=w9LeJ0sTEApw8uDjnW50MRyg6NcpB-TR9g@mail.gmail.com>
In-reply-to <1381070902.41.0.865638927541.issue19172@psf.upfronthosting.co.za>
Content
> Perhaps the method shouldn't be called keys() to avoid any confusion with subclasses of the Container ABC?

If you don't want to rename the SelectorKey class, rename the method
to get_keys().
History
Date User Action Args
2013-10-06 14:59:56vstinnersetrecipients: + vstinner, gvanrossum, pitrou, neologix
2013-10-06 14:59:56vstinnerlinkissue19172 messages
2013-10-06 14:59:56vstinnercreate