commit | e6a4d78a62ea83de2e08d71472c6e7fdfb2705bf | [log] [tgz] |
---|---|---|
author | R. David Murray <rdmurray@bitdance.com> | Sun May 31 19:29:05 2009 +0000 |
committer | R. David Murray <rdmurray@bitdance.com> | Sun May 31 19:29:05 2009 +0000 |
tree | 707a1708f95a4172241110e7f26833c5b0ddf246 | |
parent | 6987d541160ae69f896d0344f47230cbb12914e4 [diff] |
Merged revisions 73077 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r73077 | r.david.murray | 2009-05-31 15:15:57 -0400 (Sun, 31 May 2009) | 4 lines Issue 3848: document the fact that epoll register raises an IOError if an fd is registered twice, and add some additional epoll tests. Patch by Christian Heimes. ........