Message67750
| Author | loewis |
|---|---|
| Recipients | loewis, schuppenies |
| Date | 2008-06-06.07:47:11 |
| SpamBayes Score | 0.18572655 |
| Marked as misclassified | No |
| Message-id | <1212738433.49.0.637321178838.issue3048@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
sys.getsizeof doesn't take the actual length of the Unicode string into account: py> sys.getsizeof(u"") 32 [31332 refs] py> sys.getsizeof(u"1"*100) 32 [31332 refs] |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2008-06-06 07:47:14 | loewis | set | spambayes_score: 0.185727 -> 0.18572655 recipients: + loewis, schuppenies |
| 2008-06-06 07:47:13 | loewis | set | spambayes_score: 0.185727 -> 0.185727 messageid: <1212738433.49.0.637321178838.issue3048@psf.upfronthosting.co.za> |
| 2008-06-06 07:47:12 | loewis | link | issue3048 messages |
| 2008-06-06 07:47:12 | loewis | create | |