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

georg.brandl python-checkins at python.org
Sun Dec 16 12:06:10 CET 2007


Author: georg.brandl
Date: Sun Dec 16 12:06:09 2007
New Revision: 59524

Modified:
   python/trunk/Lib/socket.py
Log:
Dummy commit to investigate #1617.


Modified: python/trunk/Lib/socket.py
==============================================================================
--- python/trunk/Lib/socket.py	(original)
+++ python/trunk/Lib/socket.py	Sun Dec 16 12:06:09 2007
@@ -459,4 +459,5 @@
             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