]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #21038: Cleanup test_epoll.py
authorVictor Stinner <victor.stinner@gmail.com>
Tue, 25 Mar 2014 11:49:53 +0000 (12:49 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Tue, 25 Mar 2014 11:49:53 +0000 (12:49 +0100)
commit6f20b7c4736897cc3bc211d68abdd7d87cce2e44
tree9eee662ec24fd8f3b9529560306f576a07fe1a50
parent215ad664055cb5225f398577e7c69c91cc079e8f
Issue #21038: Cleanup test_epoll.py

Remove useless test and unused variables. Initial patch by Andreas Schwab.
Lib/test/test_epoll.py