[Python-checkins] python/dist/src/Lib socket.py,1.33,1.34

tim_one@users.sourceforge.net tim_one@users.sourceforge.net
Thu, 08 Aug 2002 13:07:05 -0700


Update of /cvsroot/python/python/dist/src/Lib
In directory usw-pr-cvs1:/tmp/cvs-serv2694/python/Lib

Modified Files:
	socket.py 
Log Message:
Delete junk attributes left behind by _socketobject class construction.


Index: socket.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/socket.py,v
retrieving revision 1.33
retrieving revision 1.34
diff -C2 -d -r1.33 -r1.34
*** socket.py	8 Aug 2002 18:11:36 -0000	1.33
--- socket.py	8 Aug 2002 20:07:03 -0000	1.34
***************
*** 179,182 ****
--- 179,183 ----
      for _m in _socketmethods:
          exec _s % (_m, _m, _m, _m)
+     del _m, _s
  
  if _needwrapper: