]> granicus.if.org Git - python/commit
Merged revisions 73077 via svnmerge from
authorR. David Murray <rdmurray@bitdance.com>
Sun, 31 May 2009 19:44:27 +0000 (19:44 +0000)
committerR. David Murray <rdmurray@bitdance.com>
Sun, 31 May 2009 19:44:27 +0000 (19:44 +0000)
commit1855c214d78b15dd6a46a97dc585503b34e49807
tree8156c8ae772e92e31122270e5aadee4b4cf8bd6a
parenta35f4b99158f4c5a4b237e76ed1d776d28170d4d
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