[Python-Dev] [Python-checkins] r88395 - python/branches/py3k/Lib/asyncore.py
Nick Coghlan
ncoghlan at gmail.com
Tue Feb 15 13:52:18 CET 2011
On Tue, Feb 15, 2011 at 5:54 PM, Paul Moore <p.f.moore at gmail.com> wrote:
> The PEP should address what will happen with the dependency on
> zope.interface. Getting interfaces into the stdlib has *also* been
> discussed often in the past, and has never happened. It might even be
> contentious enough to warrant a second sub-PEP covering just that
> area.
The equivalent functionality was subsumed by the inclusion of ABC
support (which is what a "standalone" core event loop should probably
use instead of zope interfaces).
Definitely a PEP worth pursuing.
Cheers,
Nick.
--
Nick Coghlan | ncoghlan at gmail.com | Brisbane, Australia
More information about the Python-Dev
mailing list