]> granicus.if.org Git - python/commit
Merged revisions 77517,77525 via svnmerge from
authorR. David Murray <rdmurray@bitdance.com>
Sat, 16 Jan 2010 16:32:39 +0000 (16:32 +0000)
committerR. David Murray <rdmurray@bitdance.com>
Sat, 16 Jan 2010 16:32:39 +0000 (16:32 +0000)
commit3cc6191ecdafecdad2d724053ec95fd5ccbe8dab
tree55dbf713b5efd0d3f89bdd8efcaf7a6852d4e943
parentb9ba2bb6855db373baef83993abbcd2965ff10ce
Merged revisions 77517,77525 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r77517 | r.david.murray | 2010-01-16 00:15:17 -0500 (Sat, 16 Jan 2010) | 6 lines

  Issue #1670765: Prevent email.generator.Generator from re-wrapping
  headers in multipart/signed MIME parts, which fixes one of the sources of
  invalid modifications to such parts by Generator.  Patch and tests by
  Martin von Gagern.
........
  r77525 | r.david.murray | 2010-01-16 11:08:32 -0500 (Sat, 16 Jan 2010) | 2 lines

  Fix issue number in comment.
........
Lib/email/generator.py
Lib/email/test/test_email.py
Misc/NEWS