]> granicus.if.org Git - python/commit
Martijn Pieters convinced me that when readline() strips the trailing
authorGuido van Rossum <guido@python.org>
Fri, 5 Oct 2001 21:22:21 +0000 (21:22 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 5 Oct 2001 21:22:21 +0000 (21:22 +0000)
commit39c785108f1acddb70930edf023825f935aa640e
tree1454b8a04758c71b59a76c74211a1dfd67554429
parent9475a2310d9cdec4b4c36dee8bf30c72605ae928
Martijn Pieters convinced me that when readline() strips the trailing
newline from a multifile part, it should also strip a trailing \r\n.
Lib/multifile.py