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

Fred L. Drake, Jr. fdrake@beopen.com
Mon, 14 Aug 2000 15:13:29 -0400 (EDT)


Barry A. Warsaw writes:

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

I'm inclined to agree, simply because it allows at least a slight simplification in socketmodule.c since the conditional naming of the module init function can be removed.

-Fred

-- Fred L. Drake, Jr. BeOpen PythonLabs Team Member