diff options
author | Raymond Hettinger <python@rcn.com> | 2002-09-05 01:14:07 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2002-09-05 01:14:07 (GMT) |
commit | 342456d5d25be692c3ddd43d0446b52555251ccc (patch) | |
tree | c1e84408193790c379f11b9ceef44741de98905e /Lib/idlelib/ScriptBinding.py | |
parent | d918884bb884c0568b6ac64dba9771c1368f0b5d (diff) | |
download | cpython-342456d5d25be692c3ddd43d0446b52555251ccc.zip cpython-342456d5d25be692c3ddd43d0446b52555251ccc.tar.gz cpython-342456d5d25be692c3ddd43d0446b52555251ccc.tar.bz2 |
smptlib did not handle empty addresses.
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.
Diffstat (limited to 'Lib/idlelib/ScriptBinding.py')
0 files changed, 0 insertions, 0 deletions