Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b1d051 commit 4558563Copy full SHA for 4558563
1 file changed
Doc/c-api/veryhigh.rst
@@ -117,7 +117,7 @@ the same library that the Python runtime is using.
117
closed before PyRun_SimpleFileExFlags returns.
118
119
.. note::
120
- On Windows, *fp* should be opened as binary mode (e.g. ``fopen(filename, "rb")``.
+ On Windows, *fp* should be opened as binary mode (e.g. ``fopen(filename, "rb")``).
121
Otherwise, Python may not handle script file with LF line ending correctly.
122
123
0 commit comments