mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
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:
parent
bd311d8e4e
commit
c2fcf9bb6b
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue