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.
This commit is contained in:
Walter Dörwald 2003-12-15 10:16:09 +00:00
parent bd311d8e4e
commit c2fcf9bb6b

View file

@ -1,4 +1,4 @@
"""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.