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 jackdied
Recipients Arfrever, LinuxDonald, drukker, eric.smith, ezio.melotti, jackdied, pitrou, rb09
Date 2009-11-06.14:32:21
SpamBayes Score 2.8072644e-05
Marked as misclassified No
Message-id <1257517947.05.0.747841333274.issue6748@psf.upfronthosting.co.za>
In-reply-to
Content
Simplified tests attached.  Instead of bulking up and testing the TCP
server implementation I ended up mocking/stubing the socket recv/sendall
and select.select functions.  The only tests that use real sockets are
the ones to test timeouts.  Therefore test_telnetlib.py should be
platform neutral (let test_socket.py figure that stuff out).

Unless this blows up for anyone I'll check it in later today.
History
Date User Action Args
2009-11-06 14:32:27jackdiedsetrecipients: + jackdied, pitrou, eric.smith, ezio.melotti, Arfrever, LinuxDonald, rb09, drukker
2009-11-06 14:32:27jackdiedsetmessageid: <1257517947.05.0.747841333274.issue6748@psf.upfronthosting.co.za>
2009-11-06 14:32:25jackdiedlinkissue6748 messages
2009-11-06 14:32:24jackdiedcreate