This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

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:48xuanjisetrecipients: + xuanji, jhylton, rhettinger, orsenthil, catlee, eric.araujo, rcoyner
2010-11-29 15:53:48xuanjisetmessageid: <1291046028.01.0.353703845626.issue3243@psf.upfronthosting.co.za>
2010-11-29 15:53:46xuanjilinkissue3243 messages
2010-11-29 15:53:46xuanjicreate