]> granicus.if.org Git - python/commit
Merged revisions 85179 via svnmerge from
authorR. David Murray <rdmurray@bitdance.com>
Sat, 2 Oct 2010 16:04:44 +0000 (16:04 +0000)
committerR. David Murray <rdmurray@bitdance.com>
Sat, 2 Oct 2010 16:04:44 +0000 (16:04 +0000)
commit7f8199a9979c9f100d754d4910d5e1bd6f929d9a
tree0800e3381257e6caf644f11312e6acc05e682039
parent996e13c838a9926087532755ea43b7ecba1ddb50
Merged revisions 85179 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r85179 | r.david.murray | 2010-10-02 11:58:26 -0400 (Sat, 02 Oct 2010) | 6 lines

  #1050268: make parseaddr 'quote' the contents of quoted strings in addresses.

  Also made the doc string for email._parseaddr's 'quote' function more
  accurate; I'd love to make the function match the old docstring instead,
  but other code uses it according the existing semantics.
........
Lib/email/_parseaddr.py
Lib/email/test/test_email.py
Misc/NEWS