[Python-Dev] patching asyncore and asynchat

Daniel Arbuckle djarb at highenergymagic.org
Tue Dec 11 19:03:00 CET 2007


> From: "Giampaolo Rodola'" <gnewsg at gmail.com>
> 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 instead of using the current asyncore/chat
> versions available in the trunk.

Those patches can't be applied directly to the py3k branch, where
Guido asked me to work, so instead I've ported them and merged them
with my patch where appropriate. This merged patch should address both
py3k porting and the issues in raised in 1736190

http://bugs.python.org/issue1563


More information about the Python-Dev mailing list