[Python-Dev] xxx.get_fqdn() for the standard lib

Barry A. Warsaw bwarsaw@beopen.com
Mon, 14 Aug 2000 15:12:04 -0400 (EDT)


>>>>> "Fred" == Fred L Drake, Jr <fdrake@beopen.com> writes:

    |   I think we could either do this or use PyRun_String() from
    | initsocket().

Ug.  -1 on using PyRun_String().  Doing the socket->_socket shuffle is
better for the long term.

-Barry