Patches 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=305470&aid=1002763&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: None >Group: Python 2.4 >Status: Closed >Resolution: Accepted 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. ---------------------------------------------------------------------- >Comment By: A.M. Kuchling (akuchling) Date: 2005-06-09 11:27 Message: Logged In: YES user_id=11375 Applied to CVS head; thanks! ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1002763&group_id=5470 _______________________________________________ Patches mailing list [email protected] http://mail.python.org/mailman/listinfo/patches
