[Python-Dev] [Python-checkins] r88395 - python/branches/py3k/Lib/asyncore.py

Giampaolo Rodolà g.rodola at gmail.com
Fri Feb 11 20:56:40 CET 2011


Yeah, the original API design (which is very inflexible) and the lack
of maintenance for many years is at the base of asyncore problems.
I still think it worths some love as a stdlib module, though.
For 3.3 I have in mind to revamp asyncore/asynchat a bit by
introducing SSL support and finally add a scheduler (issue 1641).


--- Giampaolo
http://code.google.com/p/pyftpdlib/
http://code.google.com/p/psutil/

2011/2/11 Daniel Stutzbach <stutzbach at google.com>:
> On Fri, Feb 11, 2011 at 8:06 AM, Guido van Rossum <guido at python.org> wrote:
>>
>> And finally remember that asyncore is the most monkey-patched module
>> in the world. :-)
>
> I propose that in Python 3.3 we rename asyncore to barrel_of_monkeys.
> --
> Daniel Stutzbach
>
> _______________________________________________
> Python-Dev mailing list
> Python-Dev at python.org
> http://mail.python.org/mailman/listinfo/python-dev
> Unsubscribe:
> http://mail.python.org/mailman/options/python-dev/g.rodola%40gmail.com
>
>


More information about the Python-Dev mailing list