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 barry
Recipients Sharebear, barry, christian.heimes, loewis
Date 2008-01-19.16:28:05
SpamBayes Score 0.07934582
Marked as misclassified No
Message-id <1200760087.8.0.372883138177.issue1823@psf.upfronthosting.co.za>
In-reply-to
Content
You're right that this should probably be fixed in the subclass, but you
also have to remember that the parser generally doesn't create subclass
instances.  It only creates instances of Message.  As long as you can
make it work properly with the parser and generator, I'm okay with
overriding set_charset() in the subclass to do the right thing.
History
Date User Action Args
2008-01-19 16:28:08barrysetspambayes_score: 0.0793458 -> 0.07934582
recipients: + barry, loewis, christian.heimes, Sharebear
2008-01-19 16:28:07barrysetspambayes_score: 0.0793458 -> 0.0793458
messageid: <1200760087.8.0.372883138177.issue1823@psf.upfronthosting.co.za>
2008-01-19 16:28:05barrylinkissue1823 messages
2008-01-19 16:28:05barrycreate