Re: [Python-Dev] patching asyncore and asynchat

2007-12-11 Thread Daniel Arbuckle
> From: "Giampaolo Rodola'" <[EMAIL PROTECTED]> > I remembered right now that there's a patch pending which should be > included in the trunk before solving issues related to py3k and/or > applying other changes: > http://bugs.python.org/issue1736190 > Since it solves a lot of older and newer async

Re: [Python-Dev] patching asyncore and asynchat

2007-12-10 Thread Giampaolo Rodola'
I provided a patch for the last issue I mentioned in the ticket a month ago: http://bugs.python.org/issue1736190 ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mail

Re: [Python-Dev] patching asyncore and asynchat

2007-12-10 Thread Giampaolo Rodola'
I remembered right now that there's a patch pending which should be included in the trunk before solving issues related to py3k and/or applying other changes: http://bugs.python.org/issue1736190 Since it solves a lot of older and newer asyncore/chat issues I guess you should work on that one instea

Re: [Python-Dev] patching asyncore and asynchat

2007-12-10 Thread Guido van Rossum
On Dec 10, 2007 8:20 AM, Daniel Arbuckle <[EMAIL PROTECTED]> wrote: > I've posted a new patch with the documentation for handle_expt and > handle_error adjusted, thanks to the feedback from Giampaolo Rodola > and James Y Knight. > > http://bugs.python.org/issue1563 Can someone else who understands

[Python-Dev] patching asyncore and asynchat

2007-12-10 Thread Daniel Arbuckle
I've posted a new patch with the documentation for handle_expt and handle_error adjusted, thanks to the feedback from Giampaolo Rodola and James Y Knight. http://bugs.python.org/issue1563 ___ Python-Dev mailing list Python-Dev@python.org http://mail.pyth