]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
test_basic(): Add a test for "person@dom.ain (User J. Person)" which
authorBarry Warsaw <barry@python.org>
Mon, 16 Jul 2001 20:44:16 +0000 (20:44 +0000)
committerBarry Warsaw <barry@python.org>
Mon, 16 Jul 2001 20:44:16 +0000 (20:44 +0000)
commit06069330e33caa2ff936f2a6cf596938bb91bad8
tree252665352c1fe548d34ebb1b88176671766fe2bc
parentb8a55c00d51643bdfdad5b7c35437eaf1b00a7be
test_basic(): Add a test for "person@dom.ain (User J. Person)" which
was already correctly parsed (contrary to a comment in Mailman).

test_rfc2822_phrases(): RFC 2822 now requires that we allow `.' in
phrases, which means we must accept dots in unquoted realname parts.
Add a test to check the change in rfc822.py 1.58.
Lib/test/test_rfc822.py