Message 70031 - Python tracker
Message70031
| Author | benjamin.peterson |
|---|---|
| Recipients | benjamin.peterson, collinwinter |
| Date | 2008-07-19.13:51:58 |
| SpamBayes Score | 0.004275338 |
| Marked as misclassified | No |
| Message-id | <1216475519.86.0.701774626864.issue3417@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Can we make the part of fix_dict that converts d.items/values/keys to list(d.items) explicit? Most of the time, it's fine if the method returns a view and can be a bit of a performance hit to convert it to a list. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2008-07-19 13:52:00 | benjamin.peterson | set | spambayes_score: 0.00427534 -> 0.004275338 recipients: + benjamin.peterson, collinwinter |
| 2008-07-19 13:51:59 | benjamin.peterson | set | spambayes_score: 0.00427534 -> 0.00427534 messageid: <1216475519.86.0.701774626864.issue3417@psf.upfronthosting.co.za> |
| 2008-07-19 13:51:59 | benjamin.peterson | link | issue3417 messages |
| 2008-07-19 13:51:58 | benjamin.peterson | create | |