]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
#16914: fix test errors under -W error::BytesWarning.
authorR David Murray <rdmurray@bitdance.com>
Thu, 16 Apr 2015 22:54:56 +0000 (18:54 -0400)
committerR David Murray <rdmurray@bitdance.com>
Thu, 16 Apr 2015 22:54:56 +0000 (18:54 -0400)
commit37f1ba915b87486d497daf9d57f459833240ceed
treefc573ecf1d8eed80fe86f8a0868c5b6ad1f70ff2
parent2e6ad4267c68505ed0cafaa1704f788b327771ff
#16914: fix test errors under -W error::BytesWarning.

There are doubtless other debug messages in smtplib that would trigger an
error if they were tested, but this fixes the things we do now test,
which is good enough for now.
Lib/smtplib.py