]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
More email package fixes.
authorBarry Warsaw <barry@python.org>
Fri, 31 Aug 2007 03:26:19 +0000 (03:26 +0000)
committerBarry Warsaw <barry@python.org>
Fri, 31 Aug 2007 03:26:19 +0000 (03:26 +0000)
commit7aa02e6590e2155e8f72bb4491c96db40a50cac3
tree8ada82dce8e2095d168bcac349b787fb7475c03b
parent0616b792ba4115fe3bb79c446c2c6383db434490
More email package fixes.

Fix a couple of tests since .body_encode()'s arguments have changed.  Also, I
think body_encode() should take a string not a byte array for consistency with
the rest of the api (but I'm not positive about this).  In
quoprimime.body_encode(), body_check() must be passed an int.

Current status: 7F (no errors!)
Lib/email/quoprimime.py
Lib/email/test/test_email.py