[pypy-svn] r46707 - pypy/dist/pypy/rlib
arigo at codespeak.net
arigo at codespeak.net
Tue Sep 18 10:04:32 CEST 2007
Author: arigo
Date: Tue Sep 18 10:04:26 2007
New Revision: 46707
Modified:
pypy/dist/pypy/rlib/rsocket.py
Log:
Complete a comment.
Modified: pypy/dist/pypy/rlib/rsocket.py
==============================================================================
--- pypy/dist/pypy/rlib/rsocket.py (original)
+++ pypy/dist/pypy/rlib/rsocket.py Tue Sep 18 10:04:26 2007
@@ -10,6 +10,9 @@
# - address families other than AF_INET, AF_INET6, AF_UNIX
# - methods makefile(),
# - SSL
+#
+# It's unclear if makefile() and SSL support belong here or only as
+# app-level code for PyPy.
from pypy.rlib.objectmodel import instantiate
from pypy.rlib import _rsocket_ctypes as _c
More information about the Pypy-commit
mailing list