]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Backport patch for revision 1.58 to the Py2.1.x maintenance branch.
authorBarry Warsaw <barry@python.org>
Fri, 3 May 2002 04:23:02 +0000 (04:23 +0000)
committerBarry Warsaw <barry@python.org>
Fri, 3 May 2002 04:23:02 +0000 (04:23 +0000)
commit31cc898c7932aa3734faef0f85a6e2413584830b
tree1a2b0a556cff1a28fae28af8def9d59b89af4278
parentb040bc12217906a0fd041f1b18468ec9b235c113
Backport patch for revision 1.58 to the Py2.1.x maintenance branch.
This fixes parseaddr() for the following RFC 2822 valid field:

    To: User J. Person <person@dom.ain>
Lib/rfc822.py
Lib/test/test_rfc822.py