]> granicus.if.org Git - python/commit
Merged revisions 87191 via svnmerge from
authorR. David Murray <rdmurray@bitdance.com>
Sun, 12 Dec 2010 20:28:13 +0000 (20:28 +0000)
committerR. David Murray <rdmurray@bitdance.com>
Sun, 12 Dec 2010 20:28:13 +0000 (20:28 +0000)
commit0101a3a827eafb5e0178f4ea402cfd8abf97ab5c
tree89f37f844c6eb2c9517cc971a9c3579218c44e79
parente6e5ea5f2a57c1d23ae8b10533c81c325d532c1d
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