]> granicus.if.org Git - python/commit
Merged revisions 87191 via svnmerge from
authorR. David Murray <rdmurray@bitdance.com>
Sun, 12 Dec 2010 20:32:19 +0000 (20:32 +0000)
committerR. David Murray <rdmurray@bitdance.com>
Sun, 12 Dec 2010 20:32:19 +0000 (20:32 +0000)
commit910c52fcf4ef25ce4c765aa3f2733704b4adaab7
tree04101918ec5d58ba77156f41b243ea66a44db30c
parent0b883012c4b50a7428f39db91ec7ead93eae2ab0
Merged revisions 87191 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r87191 | r.david.murray | 2010-12-12 15:06:19 -0500 (Sun, 12 Dec 2010) | 6 lines

  #243654: only create a new MIME boundary if we don't already have one.

  The rearranged code should do exactly what the old code did, but
  the new code avoids a potentially costly re computation in the case
  where a boundary already exists.
........
Lib/email/generator.py