[pypy-svn] r43798 - pypy/branch/kill-ctypes/pypy/rpython/module

fijal at codespeak.net fijal at codespeak.net
Mon May 28 16:09:19 CEST 2007


Author: fijal
Date: Mon May 28 16:09:18 2007
New Revision: 43798

Modified:
   pypy/branch/kill-ctypes/pypy/rpython/module/ll_os.py
Log:
Improve a dicstring


Modified: pypy/branch/kill-ctypes/pypy/rpython/module/ll_os.py
==============================================================================
--- pypy/branch/kill-ctypes/pypy/rpython/module/ll_os.py	(original)
+++ pypy/branch/kill-ctypes/pypy/rpython/module/ll_os.py	Mon May 28 16:09:18 2007
@@ -2,6 +2,12 @@
 Low-level implementations for the external functions of the 'os' module.
 """
 
+# actual idea might be found in doc/rffi.txt
+
+# ------------------------------------------
+# WARNING! old vision, don't use it WARNING!
+# ------------------------------------------
+
 # Idea: each ll_os_xxx() function calls back the os.xxx() function that it
 # is supposed to implement, either directly or indirectly if there is some
 # argument decoding and buffering preparation that can be done here.



More information about the Pypy-commit mailing list