[pypy-svn] r64717 - in pypy/trunk: lib-python pypy/doc

pedronis at codespeak.net pedronis at codespeak.net
Mon Apr 27 11:13:50 CEST 2009


Author: pedronis
Date: Mon Apr 27 11:13:49 2009
New Revision: 64717

Modified:
   pypy/trunk/lib-python/conftest.py
   pypy/trunk/pypy/doc/cpython_differences.txt
Log:
_ssl translates but is buggy



Modified: pypy/trunk/lib-python/conftest.py
==============================================================================
--- pypy/trunk/lib-python/conftest.py	(original)
+++ pypy/trunk/lib-python/conftest.py	Mon Apr 27 11:13:49 2009
@@ -374,7 +374,7 @@
     RegrTest('test_slice.py', core=True),
     RegrTest('test_socket.py', usemodules='thread _weakref'),
 
-    RegrTest('test_socket_ssl.py', skip="no ssl support yet"),
+    RegrTest('test_socket_ssl.py', skip="ssl support is still buggy"),
     RegrTest('test_socketserver.py', usemodules='thread'),
 
     RegrTest('test_softspace.py', core=True),

Modified: pypy/trunk/pypy/doc/cpython_differences.txt
==============================================================================
--- pypy/trunk/pypy/doc/cpython_differences.txt	(original)
+++ pypy/trunk/pypy/doc/cpython_differences.txt	Mon Apr 27 11:13:49 2009
@@ -27,7 +27,6 @@
     `_rawffi`_
     _socket
     _sre
-    _ssl
     _weakref
     bz2
     cStringIO



More information about the Pypy-commit mailing list