cpython/Lib/email/test
R. David Murray 7f8199a997 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.
........
2010-10-02 16:04:44 +00:00
..
data Merged revisions 80795 via svnmerge from 2010-05-21 13:11:00 +00:00
__init__.py Copying the email package back, despite its failings. 2007-08-30 01:15:14 +00:00
test_email.py Merged revisions 85179 via svnmerge from 2010-10-02 16:04:44 +00:00
test_email_codecs.py "Port" the fix for issue 1974 from the trunk (2.7). Because Python 3.x does things much better, less changes are necessary. 2009-03-30 23:12:30 +00:00
test_email_torture.py #2621 rename test.test_support to test.support 2008-05-20 21:35:26 +00:00