[ python-Patches-1752173 ] Use the bytes type in asynchat

"SourceForge.net" <[email protected]> Thu, 12 Jul 2007 00:59:25 -0700
Newsgroups gmane.comp.python.patches
Message-ID <[email protected]>
Patches item #1752173, was opened at 2007-07-11 15:37
Message generated for change (Comment added) made by gvanrossum
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1752173&group_id=5470

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Library (Lib)
Group: Python 3000
>Status: Closed
>Resolution: Accepted
Priority: 5
Private: No
Submitted By: Alexandre Vassalotti (avassalotti)
>Assigned to: Guido van Rossum (gvanrossum)
Summary: Use the bytes type in asynchat

Initial Comment:
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.

----------------------------------------------------------------------

>Comment By: Guido van Rossum (gvanrossum)
Date: 2007-07-12 03:59

Message:
Logged In: YES 
user_id=6380
Originator: NO

Committed revision 56290.

Thanks!

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1752173&group_id=5470