Author: Armin Rigo <[email protected]>
Branch: 
Changeset: r56826:b378160d25a1
Date: 2012-08-23 19:09 +0200
http://bitbucket.org/pypy/pypy/changeset/b378160d25a1/

Log:    codespeak.net is down, so point the test at pypy.org.

diff --git a/pypy/translator/sandbox/test/test_sandlib.py 
b/pypy/translator/sandbox/test/test_sandlib.py
--- a/pypy/translator/sandbox/test/test_sandlib.py
+++ b/pypy/translator/sandbox/test/test_sandlib.py
@@ -106,7 +106,7 @@
             pass
     
     def entry_point(argv):
-        fd = os.open("tcp://codespeak.net:80", os.O_RDONLY, 0777)
+        fd = os.open("tcp://pypy.org:80", os.O_RDONLY, 0777)
         os.write(fd, 'GET /\n')
         print os.read(fd, 30)
         return 0
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to