Message 122819 - Python tracker
Message122819
| Author | xuanji |
|---|---|
| Recipients | catlee, eric.araujo, jhylton, orsenthil, rcoyner, rhettinger, xuanji |
| Date | 2010-11-29.15:53:46 |
| SpamBayes Score | 5.4419153e-05 |
| Marked as misclassified | No |
| Message-id | <1291046028.01.0.353703845626.issue3243@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Changed according to Raymond's suggestion. I realized that there are some classes (str, bytes, array.array) that are iterable but should not be handled by the iteration logic provided by catlee. eg: if we iterate through b'a message' we'd get a bunch of ints and sending them is wrong. patch attached. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2010-11-29 15:53:48 | xuanji | set | recipients: + xuanji, jhylton, rhettinger, orsenthil, catlee, eric.araujo, rcoyner |
| 2010-11-29 15:53:48 | xuanji | set | messageid: <1291046028.01.0.353703845626.issue3243@psf.upfronthosting.co.za> |
| 2010-11-29 15:53:46 | xuanji | link | issue3243 messages |
| 2010-11-29 15:53:46 | xuanji | create | |