Message179387
As it is now, _Key is actually an implementation detail, that's why it's not part of the methods signature. Oonly the base register()/unregister() return the key because it's an easy way for the derived classes to get the FD without calling _fileobj_to_fd again (it's not really elegant, I'm open to suggestions).
We could make it part of the API though, and maybe return it also from get_info() instead of the (fileobj, data) tuple. |
|
Date |
User |
Action |
Args |
2013-01-08 22:52:53 | neologix | set | recipients:
+ neologix, gvanrossum, pitrou, giampaolo.rodola, christian.heimes, meador.inge, rosslagerwall, sbt, felipecruz |
2013-01-08 22:52:52 | neologix | set | messageid: <1357685572.97.0.27629205601.issue16853@psf.upfronthosting.co.za> |
2013-01-08 22:52:52 | neologix | link | issue16853 messages |
2013-01-08 22:52:52 | neologix | create | |
|