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

SourceForge.net noreply at sourceforge.net
Wed Jul 11 21:37:04 CEST 2007


Patches item #1752173, was opened at 2007-07-11 15:37
Message generated for change (Tracker Item Submitted) made by Item Submitter
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: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Alexandre Vassalotti (avassalotti)
Assigned to: Nobody/Anonymous (nobody)
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.

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

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


More information about the Patches mailing list