[Python-checkins] r59525 - python/trunk/Lib/socket.py

georg.brandl python-checkins at python.org
Sun Dec 16 12:21:49 CET 2007


Author: georg.brandl
Date: Sun Dec 16 12:21:48 2007
New Revision: 59525

Modified:
   python/trunk/Lib/socket.py
Log:
Revert dummy commit now that the build slave is building.


Modified: python/trunk/Lib/socket.py
==============================================================================
--- python/trunk/Lib/socket.py	(original)
+++ python/trunk/Lib/socket.py	Sun Dec 16 12:21:48 2007
@@ -459,5 +459,4 @@
             if sock is not None:
                 sock.close()
 
-    raise RuntimeError("error %s, msg %s" % (error, msg))
     raise error, msg


More information about the Python-checkins mailing list