[Python-Dev] [Python-checkins] r88395 - python/branches/py3k/Lib/asyncore.py
Terry Reedy
tjreedy at udel.edu
Mon Feb 14 01:55:06 CET 2011
On 2/13/2011 5:23 PM, Nick Coghlan wrote:
> On Mon, Feb 14, 2011 at 8:11 AM,<exarkun at twistedmatrix.com> wrote:
>>
>> Excluding stuff is not hard, seriously. It's not hard to see that wxPython
>> integration doesn't belong in the stdlib. There are more useful aspects of
>> the task to discuss.
>
> I think part of the problem is that those of us that aren't Twisted
> users aren't familiar enough with it to know which of the elements in
> twisted.internet would be important to include in a stdlib "reactor"
> package (or whatever it ended up being called).
To me, this is what a PEP would be for -- to present a concrete proposal
listing inclusions that could be evaluated. The someone familiar with
asyncore could compare feature lists to decide if the new module would
have everything needed without too much other stuff.
--
Terry Jan Reedy
More information about the Python-Dev
mailing list