]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Revert "remove a strange non-ASCII character in _iomodule.c" (GH-17240)
authorTal Einat <taleinat+github@gmail.com>
Mon, 18 Nov 2019 19:19:51 +0000 (21:19 +0200)
committerGitHub <noreply@github.com>
Mon, 18 Nov 2019 19:19:51 +0000 (21:19 +0200)
This reverts commit bcc1cc5c,  which removed an intentionally placed
"form feed" character.

Modules/_io/_iomodule.c

index 778b56d475ee54b0decb6d6e02fb1b217c4b9cda..5932363f3af3595e51044d42f0b8e1a40adebd86 100644 (file)
@@ -503,7 +503,7 @@ _io_open_code_impl(PyObject *module, PyObject *path)
 {
     return PyFile_OpenCodeObject(path);
 }
-
+\f
 /*
  * Private helpers for the io module.
  */