You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a spin-off of #303.
The result from using fake open() with newline=\r or newline=\r\n differs from the real OS behavior (see FakeFileOpenTest.test_open_newline_arg).
Additionally, there are specific problems under Windows where the line endings are \n instead of \r\n in some cases (see FakeFileOpenTest.test_open_with_append_flag).
The text was updated successfully, but these errors were encountered:
This is a spin-off of #303.
The result from using fake
open()
withnewline=\r
ornewline=\r\n
differs from the real OS behavior (seeFakeFileOpenTest.test_open_newline_arg
).Additionally, there are specific problems under Windows where the line endings are
\n
instead of\r\n
in some cases (seeFakeFileOpenTest.test_open_with_append_flag
).The text was updated successfully, but these errors were encountered: