cpython: 26c73ee77fbb (original) (raw)
Mercurial > cpython
changeset 104063:26c73ee77fbb 3.6
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:47 +0200 |
parents | b39b09290718 |
children | b77bd401f08a 21336392a680 |
files | Modules/_io/_iomodule.h |
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;