cpython: b77bd401f08a (original) (raw)

Mercurial > cpython

changeset 104064:b77bd401f08a

Issue #28277: remove linefeed character from iomodule.h. Patch by Michael Felt [#28277]

Christian Heimes christian@python.org
date Mon, 26 Sep 2016 14:08:56 +0200
parents da2c96cf2ce6(current diff)26c73ee77fbb(diff)
children 1229de1ab5c8
files
diffstat 1 files changed, 1 insertions(+), 1 deletions(-)[+] [-] Modules/_io/_iomodule.h 2

line wrap: on

line diff

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