]> granicus.if.org Git - python/commit
test_boundary_with_leading_space(): Test case for SF bug #1060941. RFC 2046
authorBarry Warsaw <barry@python.org>
Sat, 6 Nov 2004 00:04:20 +0000 (00:04 +0000)
committerBarry Warsaw <barry@python.org>
Sat, 6 Nov 2004 00:04:20 +0000 (00:04 +0000)
commit932874df396781e7b72dbae351e1c08f563e3fb0
treeba0d0846e02b101e76be1cb7cbc0724e88a54fda
parentbb4e859ecfd8d8122c879435f7836377293b7e50
test_boundary_with_leading_space(): Test case for SF bug #1060941.  RFC 2046
says boundaries may begin -- but not end -- with whitespace.

I will backport to Python 2.3.
Lib/email/test/test_email.py