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

Greg Stein gstein@lyra.org
Tue, 15 Aug 2000 13:42:02 -0700


On Tue, Aug 15, 2000 at 04:30:59PM -0400, Barry A. Warsaw wrote:

>>>>> "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> 'makefqdn' 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 makefqdn() in socket.py instead of smtplib. It makes no sense for makefqdn to live in smtplib. I'd be willing to do this.

Note that Windows already has a socket.py module (under plat-win or somesuch). You will want to integrate that with any new socket.py that you implement.

Also note that Windows does some funny stuff in socketmodule.c to export itself as _socket. (the *.dsp files already build it as _socket.dll)

+1

Cheers, -g

-- Greg Stein, http://www.lyra.org/