]> granicus.if.org Git - python/commit
Make the module docstring a raw string, so that the backslash in
authorWalter Dörwald <walter@livinglogic.de>
Mon, 15 Dec 2003 10:16:09 +0000 (10:16 +0000)
committerWalter Dörwald <walter@livinglogic.de>
Mon, 15 Dec 2003 10:16:09 +0000 (10:16 +0000)
commitc2fcf9bb6bfe821bcad28b866d946a621aa993cb
treeeca6c618b0cca9a20ceeb124a4e9c7af9cb89ea5
parentbd311d8e4eba6c8f9a24a068861aed2da88f5d4a
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.
Lib/StringIO.py