]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
test_parseaddr_empty(): New test for assuring that
authorBarry Warsaw <barry@python.org>
Thu, 20 Dec 2001 16:37:27 +0000 (16:37 +0000)
committerBarry Warsaw <barry@python.org>
Thu, 20 Dec 2001 16:37:27 +0000 (16:37 +0000)
commiteae36ac5c3e69cc28175af15a1bd6b6c1bcdfa0b
tree0e263413a5c7db24fd4efc4be2dcc07cd8af0bf9
parent5e08d10dd975c439e252cf28c576bf034cf91bef
test_parseaddr_empty(): New test for assuring that
Utils.parseaddr('<>') -- i.e. on an empty address, returns the empty
string.  Built on rfc822, this used to return None.
Lib/test/test_email.py