diff --git a/Lib/plat-win/socket.py b/Lib/plat-win/socket.py index ec016f41000..7e1b3727b22 100755 --- a/Lib/plat-win/socket.py +++ b/Lib/plat-win/socket.py @@ -1,7 +1,5 @@ "Socket wrapper for Windows, which does not support dup()." -print "new socket.py loading" - # (And hence, fromfd() and makefile() are unimplemented in C....) # XXX Living dangerously here -- close() is implemented by deleting a @@ -26,7 +24,6 @@ def socket(family, type, proto=0): class _socketobject: def __init__(self, sock): - print "creating _socketobject", sock self._sock = sock def close(self): diff --git a/Lib/win/socket.py b/Lib/win/socket.py index ec016f41000..7e1b3727b22 100755 --- a/Lib/win/socket.py +++ b/Lib/win/socket.py @@ -1,7 +1,5 @@ "Socket wrapper for Windows, which does not support dup()." -print "new socket.py loading" - # (And hence, fromfd() and makefile() are unimplemented in C....) # XXX Living dangerously here -- close() is implemented by deleting a @@ -26,7 +24,6 @@ def socket(family, type, proto=0): class _socketobject: def __init__(self, sock): - print "creating _socketobject", sock self._sock = sock def close(self):