[issue18932] selectors and modify()

2014-03-27 Thread Guido van Rossum
Guido van Rossum added the comment: Why can't this be fixed in 3.4.1? It isn't an API change. -- ___ Python tracker ___ ___ Python-bug

[issue18932] selectors and modify()

2014-03-27 Thread Andrew Svetlov
Changes by Andrew Svetlov : -- versions: +Python 3.5 -Python 3.4 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue18932] selectors and modify()

2013-09-05 Thread Giampaolo Rodola'
New submission from Giampaolo Rodola': This is a follow up of issue 16853 (see comment http://bugs.python.org/issue16853#msg196984). -- messages: 196990 nosy: christian.heimes, felipecruz, giampaolo.rodola, gvanrossum, haypo, meador.inge, neologix, pitrou, python-dev, rosslagerwall, sb