]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Merged revisions 73079 via svnmerge from
authorR. David Murray <rdmurray@bitdance.com>
Sun, 31 May 2009 20:03:27 +0000 (20:03 +0000)
committerR. David Murray <rdmurray@bitdance.com>
Sun, 31 May 2009 20:03:27 +0000 (20:03 +0000)
commit7edec5acdd84341145270678623545606afe8ac5
tree9f6c8d52a6146abd099ab09d19392a8b19353b78
parent19563618a661df4d00a1388ae26ed4f8809df344
Merged revisions 73079 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

................
  r73079 | r.david.murray | 2009-05-31 15:44:27 -0400 (Sun, 31 May 2009) | 11 lines

  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