[Python-Dev] [Python-checkins] r88395 - python/branches/py3k/Lib/asyncore.py
Greg Ewing
greg.ewing at canterbury.ac.nz
Sun Feb 13 21:06:53 CET 2011
exarkun at twistedmatrix.com wrote:
> On 10:46 pm, greg.ewing at canterbury.ac.nz wrote:
>>> On Sun, 13 Feb 2011 11:19:06 +1300
>>> Greg Ewing <greg.ewing at canterbury.ac.nz> wrote:
>>
>> I was thinking of something lighter-weight than that.
>
> Twisted Core
I just had a look at the docs for Twisted Core, and it lists
10 sub-modules. The only one that really looks "core" to me
is twisted.internet. Drilling into that reveals another
39 public sub-sub-modules and 10 private ones.
Sorry, but you'll have to chop it back quite a bit more than
that before it's focused enough to be a stlib module, I think.
--
Greg
More information about the Python-Dev
mailing list