commit | e2ae77b8b8a62e648bb1864a9b36ef3280984404 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Wed Oct 24 20:42:55 2001 +0000 |
committer | Guido van Rossum <guido@python.org> | Wed Oct 24 20:42:55 2001 +0000 |
tree | e03ad6f126a16529b2fb43671903e357bcb05835 | |
parent | c6ac8a78f668123ec5c2c3d5a824e7886e9a1c60 [diff] [blame] |
SF patch #474590 -- RISC OS support
diff --git a/Lib/socket.py b/Lib/socket.py index ec8d610..b951809 100644 --- a/Lib/socket.py +++ b/Lib/socket.py
@@ -48,7 +48,7 @@ if (sys.platform.lower().startswith("win") or (hasattr(os, 'uname') and os.uname()[0] == "BeOS") - or (sys.platform=="RISCOS")): + or (sys.platform=="riscos")): _realsocketcall = _socket.socket