Commit c2fcf9bb authored by Walter Dörwald's avatar Walter Dörwald

Make the module docstring a raw string, so that the backslash in

"read until end of line ('\n') or EOF" will be treated literally.
Fixes SF bug #860155.
parent bd311d8e
"""File-like objects that read from or write to a string buffer.
r"""File-like objects that read from or write to a string buffer.
This implements (nearly) all stdio methods.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment