This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vinay.sajip
Recipients giampaolo.rodola, maker, pitrou, r.david.murray, terry.reedy, vinay.sajip
Date 2012-05-16.09:25:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1337160320.93695.YahooMailNeo@web171305.mail.ir2.yahoo.com>
In-reply-to <1337159798.3374.3.camel@localhost.localdomain>
Content
>
> Well, I would argue that asyncore's design is thoroughly broken, and

> passing a socket map is a poor kludge to avoid global state; in a
> sophisticated event loop, the socket map wouldn't be the only piece of
> state to pass around.
>

I don't disagree with you, but since it's there in the stdlib, there's no reason not to make incremental improvements involving small changes.
History
Date User Action Args
2012-05-16 09:25:22vinay.sajipsetrecipients: + vinay.sajip, terry.reedy, pitrou, giampaolo.rodola, r.david.murray, maker
2012-05-16 09:25:21vinay.sajiplinkissue11959 messages
2012-05-16 09:25:21vinay.sajipcreate