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 loewis
Recipients gvanrossum, loewis, twouters
Date 2007-08-31.06:13:19
SpamBayes Score 0.0
Marked as misclassified No
Message-id <1188540800.09.0.868025361489.issue1067@psf.upfronthosting.co.za>
In-reply-to
Content
I think it's incorrect: asynchat operates on bytes, not strings, as it
directly interfaces with the socket, and no encoding is specified for
the protocol.

So, IMO, callers should be expected to pass bytes only, as terminator
and as data.
History
Date User Action Args
2008-07-27 18:52:48loewissetspambayes_score: 0.763511 -> 0.0
2007-08-31 06:13:20loewissetspambayes_score: 0.763511 -> 0.763511
recipients: + loewis, gvanrossum, twouters
2007-08-31 06:13:20loewissetspambayes_score: 0.763511 -> 0.763511
messageid: <1188540800.09.0.868025361489.issue1067@psf.upfronthosting.co.za>
2007-08-31 06:13:20loewislinkissue1067 messages
2007-08-31 06:13:19loewiscreate