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

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/)