]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix the with_poll tests for platforms without poll. missing import.
authorGregory P. Smith <greg@krypto.org>
Mon, 16 Jul 2012 20:34:50 +0000 (13:34 -0700)
committerGregory P. Smith <greg@krypto.org>
Mon, 16 Jul 2012 20:34:50 +0000 (13:34 -0700)
commit5bcd005a0b3af059ae3a91bb71064edee8cb8bf8
treed89b566c3472581599d29242dcd5e9eca712227e
parentdad5711677f965a62713bfc9a34599c8f44572e8
Fix the with_poll tests for platforms without poll.  missing import.
Lib/test/test_telnetlib.py