]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Change rfc822_escape() to ensure there's a consistent amount of whitespace
authorAndrew M. Kuchling <amk@amk.ca>
Fri, 23 Mar 2001 17:30:26 +0000 (17:30 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Fri, 23 Mar 2001 17:30:26 +0000 (17:30 +0000)
commit88b0884787f06667f59ebaab5413f3bedcdd631c
tree28c87366d237ec3b7cb397a62da4179e815b6e3f
parentaa90adcfb9ed2d5bed743e18e83489930296bd25
Change rfc822_escape() to ensure there's a consistent amount of whitespace
   after each newline, instead of just blindly inserting a space at
   the start of each line.  (Improvement suggested by Thomas Wouters)
Lib/distutils/util.py