• Raymond Hettinger's avatar
    smptlib did not handle empty addresses. · 342456d5
    Raymond Hettinger yazdı
    The problem was that it expected rfc822.parseaddr() to return None
    upon a parse failure.  The actual, documented return value for a
    parse failure is (None, None).
    
    Closes SF bug 602029.
    342456d5
smtplib.py 25.8 KB