[Patches] [Patch #101152] smtplib uses send() without verifying the amount of data sen
noreply@sourceforge.net
noreply@sourceforge.net
Fri, 11 Aug 2000 07:50:13 -0700
Patch #101152 has been updated.
Project:
Category: library
Status: Rejected
Summary: smtplib uses send() without verifying the amount of data sen
Follow-Ups:
Date: 2000-Aug-11 02:08
By: nowonder
Comment:
I just reviewed the patch by sight, but shouldn't it be
str[ttl:] instead of str[slen:]?
I cannot see anything being ever sent with your version.
-------------------------------------------------------
Date: 2000-Aug-11 07:50
By: gvanrossum
Comment:
The behavior that this patch is trying to fix (send() not sending all bytes) doesn't actually exist, at least not to the docs we've found. So the patch is rejected.
-------------------------------------------------------
-------------------------------------------------------
For more info, visit:
http://sourceforge.net/patch/?func=detailpatch&patch_id=101152&group_id=5470