This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author sdaoden
Recipients r.david.murray, sdaoden
Date 2011-02-19.15:04:37
SpamBayes Score 0.0010215485
Marked as misclassified No
Message-id <1298127885.63.0.884718682796.issue11243@psf.upfronthosting.co.za>
In-reply-to
Content
The latter one was my fault, i did LIST.append(name, HEADER.append(xy)), assuming that HEADER.append() returns self though it doesn't.  Sorry.  However - shouldn't Message.__setitem__ check for valid arguments (see msg128846 code snippet)?  It would have saved some anger...
History
Date User Action Args
2011-02-19 15:04:45sdaodensetrecipients: + sdaoden, r.david.murray
2011-02-19 15:04:45sdaodensetmessageid: <1298127885.63.0.884718682796.issue11243@psf.upfronthosting.co.za>
2011-02-19 15:04:37sdaodenlinkissue11243 messages
2011-02-19 15:04:37sdaodencreate