[Python-Dev] Re: [Python-checkins] CVS: python/dist/src/Doc/lib libsocket.tex,1.46,1.47 (original) (raw)

Barry A. Warsaw bwarsaw@beopen.com
Tue, 15 Aug 2000 16:30:59 -0400 (EDT)


"TW" == Thomas Wouters <twouters@users.sourceforge.net> writes:

TW> Apply SF patch #101151, by Peter S-K, which fixes smtplib's
TW> passing of the 'helo' and 'ehlo' message, and exports the
TW> 'make_fqdn' function. This function should be moved to
TW> socket.py, if that module ever gets a Python wrapper.

Should I work on this for 2.0? Specifically 1) moving socketmodule to _socket and writing a socket.py wrapper; 2) exporting make_fqdn() in socket.py instead of smtplib.

It makes no sense for make_fqdn to live in smtplib.

I'd be willing to do this.

-Barry