Author alexandre.vassalotti
Recipients
Date 2007-07-11.19:37:04
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
The unit test in py3k-struni was failing because asynchat.py was trying concatenate str and bytes strings. My solution is to make asynchat use and return only bytes strings.
History
Date User Action Args
2007-08-23 15:59:00adminlinkissue1752173 messages
2007-08-23 15:59:00admincreate