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 r.david.murray
Recipients ajaksu2, barry, kxroberto, r.david.murray
Date 2010-01-11.22:01:12
SpamBayes Score 4.9466476e-06
Marked as misclassified No
Message-id <1263247274.52.0.487326420301.issue1459867@psf.upfronthosting.co.za>
In-reply-to
Content
If I understand correctly, this is related to issue 1440472.  There the complaint is made that what you get out is not what you put in, since unixfrom defaults to True.  But that's only true for __str__.  As kxroberto points out, in as_string it defaults to False.  Instead, he suggests, it could default to the value of unixfrom set on the Message object, which would make it at least a little bit more likely to preserve format of the message that was fed into it.
History
Date User Action Args
2010-01-11 22:01:14r.david.murraysetrecipients: + r.david.murray, barry, kxroberto, ajaksu2
2010-01-11 22:01:14r.david.murraysetmessageid: <1263247274.52.0.487326420301.issue1459867@psf.upfronthosting.co.za>
2010-01-11 22:01:12r.david.murraylinkissue1459867 messages
2010-01-11 22:01:12r.david.murraycreate