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

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


https://hg.python.org/cpython/rev/d2d8c1c8c258
changeset:   98661:d2d8c1c8c258
parent:      98658:bc5894a3a0e6
parent:      98660:ae98209ff69a
user:        Benjamin Peterson <benjamin at python.org>
date:        Sat Oct 10 19:32:41 2015 -0700
summary:
  merge 3.5 (#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