[Python-Dev] IPv6

Barry A. Warsaw barry@digicool.com
Thu, 24 May 2001 07:50:34 -0400


>>>>> "GS" == Greg Stein <gstein@lyra.org> writes:

    GS>   Toss out a ton of the platform-specific stuff in Python and
    GS> use the Apache Portable Runtime (APR). It has IPv6 in it, but
    GS> it could also help with loading shared libraries, threading,
    GS> mmap'd files, sockets, etc.

I don't know squat about APR, but would it have to be either-or?  IOW,
would it be possible to wrap the APR in a module (or package) and
provide it as an importable alternative?

-Barry