[Python-Dev] Re: [Python-checkins] CVS: python/dist/src/Lib socket.py,1.11,1.12

Guido van Rossum guido@python.org
Sat, 18 Aug 2001 16:59:29 -0400


> Isn't this last one easier written has:
> 
>   for _m in _socketmethods:
>       vars()[_m] = _bummer
> 
> And change _bummer to have a *args.

Good idea.  For an even better idea, see my checkin. :-)

--Guido van Rossum (home page: http://www.python.org/~guido/)