From: Tal Einat Date: Mon, 18 Nov 2019 19:19:51 +0000 (+0200) Subject: Revert "remove a strange non-ASCII character in _iomodule.c" (GH-17240) X-Git-Tag: v3.9.0a1~9 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=476e76f7cf78598146140c3bda48d53cda50707c;p=thirdparty%2FPython%2Fcpython.git Revert "remove a strange non-ASCII character in _iomodule.c" (GH-17240) This reverts commit bcc1cc5c, which removed an intentionally placed "form feed" character. --- diff --git a/Modules/_io/_iomodule.c b/Modules/_io/_iomodule.c index 778b56d475ee..5932363f3af3 100644 --- a/Modules/_io/_iomodule.c +++ b/Modules/_io/_iomodule.c @@ -503,7 +503,7 @@ _io_open_code_impl(PyObject *module, PyObject *path) { return PyFile_OpenCodeObject(path); } - + /* * Private helpers for the io module. */