Message 64395 - Python tracker
Message64395
| Author | brett.cannon |
|---|---|
| Recipients | brett.cannon |
| Date | 2008-03-24.06:59:35 |
| SpamBayes Score | 0.27873755 |
| Marked as misclassified | No |
| Message-id | <1206341976.98.0.341393013827.issue2471@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
The magic cookie as returned by imp.get_magic() should be of the bytes type, not bytearray as the magic cookie will not ever change during the execution of the interpreter. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2008-03-24 06:59:37 | brett.cannon | set | spambayes_score: 0.278738 -> 0.27873755 recipients: + brett.cannon |
| 2008-03-24 06:59:37 | brett.cannon | set | spambayes_score: 0.278738 -> 0.278738 messageid: <1206341976.98.0.341393013827.issue2471@psf.upfronthosting.co.za> |
| 2008-03-24 06:59:36 | brett.cannon | link | issue2471 messages |
| 2008-03-24 06:59:35 | brett.cannon | create | |