[Python-checkins] cpython (merge 3.4 -> 3.5): merge 3.4 (#25371)

benjamin.peterson python-checkins at python.org
Sat Oct 10 22:32:47 EDT 2015


https://hg.python.org/cpython/rev/ae98209ff69a
changeset:   98660:ae98209ff69a
branch:      3.5
parent:      98656:0f91679f7f13
parent:      98659:99c82576bb70
user:        Benjamin Peterson <benjamin at python.org>
date:        Sat Oct 10 19:32:33 2015 -0700
summary:
  merge 3.4 (#25371)

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


diff --git a/Modules/selectmodule.c b/Modules/selectmodule.c
--- a/Modules/selectmodule.c
+++ b/Modules/selectmodule.c
@@ -2363,7 +2363,7 @@
 that are ready.\n\
 \n\
 *** IMPORTANT NOTICE ***\n\
-On Windows only sockets are supported; on Unix, all file\n\
+On Windows, only sockets are supported; on Unix, all file\n\
 descriptors can be used.");
 
 static PyMethodDef select_methods[] = {
@@ -2381,7 +2381,7 @@
 "This module supports asynchronous I/O on multiple file descriptors.\n\
 \n\
 *** IMPORTANT NOTICE ***\n\
-On Windows only sockets are supported; on Unix, all file descriptors.");
+On Windows, only sockets are supported; on Unix, all file descriptors.");
 
 
 static struct PyModuleDef selectmodule = {

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


More information about the Python-checkins mailing list