commit | 988bc970eb5465537eb2d60d4c5a694f0be2b6d8 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Tue Mar 25 12:53:47 2014 +0100 |
committer | Victor Stinner <victor.stinner@gmail.com> | Tue Mar 25 12:53:47 2014 +0100 |
tree | 3fd571a8370eff19f3d10a683b254531bb5fbfb2 | |
parent | 33a431cb3c60f9ca25e96fbb5a221441da6cef75 [diff] |
Issue #21038: Cleanup test_epoll.py Remove useless test and unused variables. Initial patch by Andreas Schwab.