Message 57085 - Python tracker
Message57085
| Author | _doublep |
|---|---|
| Recipients | _doublep |
| Date | 2007-11-03.16:51:42 |
| SpamBayes Score | 0.043690957 |
| Marked as misclassified | No |
| Message-id | <1194108703.22.0.307056079238.issue1379@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
This is apparently because sys.modules contains Unicode (str) keys, while 'parentname' is an old-style string. Attached patch seems to fix it, but I have no idea if it is correct in principle |
|
| Files | |
|---|---|
| File name | Uploaded |
| reloading-fix.diff | _doublep, 2007-11-03.16:51:42 |
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2007-11-03 16:51:43 | _doublep | set | spambayes_score: 0.043691 -> 0.043690957 recipients: + _doublep |
| 2007-11-03 16:51:43 | _doublep | set | spambayes_score: 0.043691 -> 0.043691 messageid: <1194108703.22.0.307056079238.issue1379@psf.upfronthosting.co.za> |
| 2007-11-03 16:51:43 | _doublep | link | issue1379 messages |
| 2007-11-03 16:51:42 | _doublep | create | |