[ python-Bugs-1002763 ] asynchat does not accept 'long' terminator

SourceForge.net noreply at sourceforge.net
Wed Aug 11 16:40:03 CEST 2004


Bugs item #1002763, was opened at 2004-08-03 13:35
Message generated for change (Settings changed) made by akuchling
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1002763&group_id=5470

Category: Python Library
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Jey Kottalam (jeyk)
>Assigned to: A.M. Kuchling (akuchling)
Summary: asynchat does not accept 'long' terminator

Initial Comment:
I was browsing the asynchat source code and noticed
that the asynchat module accepts ints but not longs for
the set_terminator function.

I'm attaching a patch that allows it to accept longs as
well.


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

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


More information about the Python-bugs-list mailing list