Message122819
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. |
|
| 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: <[email protected]> |
| 2010-11-29 15:53:46 | xuanji | link | issue3243 messages |
| 2010-11-29 15:53:46 | xuanji | create | |
|