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 AstraLuma
Recipients AstraLuma, loewis
Date 2008-03-06.19:14:52
SpamBayes Score 0.07354762
Marked as misclassified No
Message-id <1204830894.22.0.231821344684.issue2211@psf.upfronthosting.co.za>
In-reply-to
Content
* Should be backwards compatible with people who actually use Morsel
* Didn't even attempt to document it
* Instead of having the Morsel dict being filled initially, unset
attributes are, well, unset
* .key, .value, and .coded_value are now property()s
* .value is considered the actual value (eg, .coded_value is ignore for
__eq__())
History
Date User Action Args
2008-03-06 19:14:54AstraLumasetspambayes_score: 0.0735476 -> 0.07354762
recipients: + AstraLuma, loewis
2008-03-06 19:14:54AstraLumasetspambayes_score: 0.0735476 -> 0.0735476
messageid: <1204830894.22.0.231821344684.issue2211@psf.upfronthosting.co.za>
2008-03-06 19:14:53AstraLumalinkissue2211 messages
2008-03-06 19:14:52AstraLumacreate