[issue14635] telnetlib uses select instead of poll - limited to FD_SETSIZE fds

2012-05-31 Thread Akintayo Holder
Akintayo Holder added the comment: Hi, telnet.read_until() and telnet.expect() will use select.poll() instead of select.select() on systems where poll() is available. The patch also includes updates to test_telnetlib, the read_until() tests were changed to test the case where poll() is

[issue14635] telnetlib uses select instead of poll - limited to FD_SETSIZE fds

2012-06-07 Thread Akintayo Holder
Akintayo Holder added the comment: Is my approach ok or is the plan to follow neologix's suggestion and make one fix that works for all the select.select issues. -- ___ Python tracker <http://bugs.python.org/is