Staging
v0.5.1
https://github.com/python/cpython
Revision 6b7a7d24effe6c670e7c4dd594912bc5e3f10fcb authored by Raymond Hettinger on 06 October 2002, 03:37:00 UTC, committed by Raymond Hettinger on 06 October 2002, 03:37:00 UTC
Patch #586999: Fix multiline string in sendmail example.

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.
1 parent 5c6ab4a
History
Tip revision: 6b7a7d24effe6c670e7c4dd594912bc5e3f10fcb authored by Raymond Hettinger on 06 October 2002, 03:37:00 UTC
Backport 1.60 and 1.62:
Tip revision: 6b7a7d2
File Mode Size
Demo
Doc
Grammar
Include
Lib
Mac
Misc
Modules
Objects
PC
PCbuild
Parser
Python
RISCOS
Tools
.cvsignore -rw-r--r-- 109 bytes
.hgtags -rw-r--r-- 2.3 KB
LICENSE -rw-r--r-- 12.2 KB
Makefile.pre.in -rw-r--r-- 25.9 KB
PLAN.txt -rw-r--r-- 14.1 KB
README -rw-r--r-- 41.7 KB
acconfig.h -rw-r--r-- 7.5 KB
configure -rwxr-xr-x 210.1 KB
configure.in -rw-r--r-- 55.0 KB
install-sh -rwxr-xr-x 5.5 KB
pyconfig.h.in -rw-r--r-- 19.6 KB
setup.py -rw-r--r-- 34.4 KB

README

back to top