]> granicus.if.org Git - python/commit
#8739: fix omission of DEBUGSTREAM reset in new test in test_smtpd.
authorR David Murray <rdmurray@bitdance.com>
Mon, 4 Jun 2012 19:55:51 +0000 (15:55 -0400)
committerR David Murray <rdmurray@bitdance.com>
Mon, 4 Jun 2012 19:55:51 +0000 (15:55 -0400)
commit05cab75d5908948a4607494a8bfc5b85a735c713
treec7abe9dd3f6cbfcc02d26bacd7ba58b144685a24
parentbd7b5dd816150cf0bc0354828f1e7e4c6fff399f
#8739: fix omission of DEBUGSTREAM reset in new test in test_smtpd.

This clears up an error in detected by refleak mode that showed up when
test_smtplib was run after test_smtpd in the same refleak run.
Lib/test/test_smtpd.py