]> granicus.if.org Git - python/commit
Merged revisions 73077 via svnmerge from
authorR. David Murray <rdmurray@bitdance.com>
Sun, 31 May 2009 19:29:05 +0000 (19:29 +0000)
committerR. David Murray <rdmurray@bitdance.com>
Sun, 31 May 2009 19:29:05 +0000 (19:29 +0000)
commite6a4d78a62ea83de2e08d71472c6e7fdfb2705bf
tree707a1708f95a4172241110e7f26833c5b0ddf246
parent6987d541160ae69f896d0344f47230cbb12914e4
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.
........
Doc/library/select.rst
Lib/test/test_epoll.py