[Python-checkins] cpython (3.6): Issue #28277: remove linefeed character from iomodule.h. Patch by Michael Felt

christian.heimes python-checkins at python.org
Mon Sep 26 08:09:34 EDT 2016


https://hg.python.org/cpython/rev/26c73ee77fbb
changeset:   104063:26c73ee77fbb
branch:      3.6
parent:      104061:b39b09290718
user:        Christian Heimes <christian at python.org>
date:        Mon Sep 26 14:08:47 2016 +0200
summary:
  Issue #28277: remove linefeed character from iomodule.h. Patch by Michael Felt

files:
  Modules/_io/_iomodule.h |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Modules/_io/_iomodule.h b/Modules/_io/_iomodule.h
--- a/Modules/_io/_iomodule.h
+++ b/Modules/_io/_iomodule.h
@@ -153,7 +153,7 @@
 
 #ifdef MS_WINDOWS
 extern char _PyIO_get_console_type(PyObject *);
-#endif

+#endif
 
 extern PyObject *_PyIO_str_close;
 extern PyObject *_PyIO_str_closed;

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


More information about the Python-checkins mailing list