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 gvanrossum
Recipients christian.heimes, felipecruz, giampaolo.rodola, gvanrossum, meador.inge, neologix, pitrou, rosslagerwall, sbt
Date 2013-08-06.23:33:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1375831996.78.0.842152197232.issue16853@psf.upfronthosting.co.za>
In-reply-to
Content
Actually there is a misunderstanding underlying you Tulip patch.  Tulip needs to support Python 3.3 as well as Python 3.4, so it needs to do a little dance trying to import BaseSelector (or some other key class) from select and if that fails fall back to its own selectors.py.

Since you aren't changing the BaseSelector API at all this is trivial and I can take care of it.
History
Date User Action Args
2013-08-06 23:33:16gvanrossumsetrecipients: + gvanrossum, pitrou, giampaolo.rodola, christian.heimes, meador.inge, neologix, rosslagerwall, sbt, felipecruz
2013-08-06 23:33:16gvanrossumsetmessageid: <1375831996.78.0.842152197232.issue16853@psf.upfronthosting.co.za>
2013-08-06 23:33:16gvanrossumlinkissue16853 messages
2013-08-06 23:33:16gvanrossumcreate