]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Selectively enable tests for asyncore.readwrite based on the presence
authorFacundo Batista <facundobatista@gmail.com>
Sun, 22 Jul 2007 00:13:00 +0000 (00:13 +0000)
committerFacundo Batista <facundobatista@gmail.com>
Sun, 22 Jul 2007 00:13:00 +0000 (00:13 +0000)
commit7f4f41255fa779f68774e056cf7da4a891cb7189
treecda9ef1cea57056fc8f7ace97c3da354c43cb3ba
parent6819210b9e4e5719a6f7f9c1725f8fa70a8936f6
Selectively enable tests for asyncore.readwrite based on the presence
of poll support in the select module (since this is the only case in
which readwrite can be called). [GSoC - Alan McIntyre]
Lib/test/test_asyncore.py