[Python-checkins] cpython (merge 3.2 -> 3.2): merge heads

benjamin.peterson python-checkins at python.org
Mon Jun 27 16:19:15 CEST 2011


http://hg.python.org/cpython/rev/ea1c38662a75
changeset:   71011:ea1c38662a75
branch:      3.2
parent:      71006:e50963c3119d
parent:      71001:0610f70e6694
user:        Benjamin Peterson <benjamin at python.org>
date:        Mon Jun 27 09:16:14 2011 -0500
summary:
  merge heads

files:
  Modules/selectmodule.c |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Modules/selectmodule.c b/Modules/selectmodule.c
--- a/Modules/selectmodule.c
+++ b/Modules/selectmodule.c
@@ -916,7 +916,7 @@
 PyDoc_STRVAR(pyepoll_register_doc,
 "register(fd[, eventmask]) -> None\n\
 \n\
-Registers a new fd or modifies an already registered fd.\n\
+Registers a new fd or raises an IOError if the fd is already registered.\n\
 fd is the target file descriptor of the operation.\n\
 events is a bit set composed of the various EPOLL constants; the default\n\
 is EPOLL_IN | EPOLL_OUT | EPOLL_PRI.\n\

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list