(original) (raw)

changeset: 104063:26c73ee77fbb branch: 3.6 parent: 104061:b39b09290718 user: Christian Heimes christian@python.org date: Mon Sep 26 14:08:47 2016 +0200 files: Modules/_io/_iomodule.h description: Issue #28277: remove linefeed character from iomodule.h. Patch by Michael Felt diff -r b39b09290718 -r 26c73ee77fbb Modules/_io/_iomodule.h --- a/Modules/_io/_iomodule.h Sun Sep 25 20:39:04 2016 +0300 +++ b/Modules/_io/_iomodule.h Mon Sep 26 14:08:47 2016 +0200 @@ -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; /christian@python.org