]> granicus.if.org Git - python/commit
Strip \r as trailing whitespace as part of soft line endings.
authorGuido van Rossum <guido@python.org>
Thu, 22 Mar 2001 22:30:21 +0000 (22:30 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 22 Mar 2001 22:30:21 +0000 (22:30 +0000)
commit14b90a498ff4c06c9879b9362542a263ae0b9b05
tree91dbcf72411286b4958b9ccdf8168918edd7b686
parent8652522442614cb926ef0ae9fef1d6d4fbb08c97
Strip \r as trailing whitespace as part of soft line endings.

Inspired by SF patch #408597 (Walter Dörwald): quopri, soft line
breaks and CRLF.  (I changed (" ", "\t", "\r") into " \t\r".)
Lib/quopri.py