[pypy-svn] r53518 - pypy/dist/pypy/doc

pedronis at codespeak.net pedronis at codespeak.net
Mon Apr 7 13:42:21 CEST 2008


Author: pedronis
Date: Mon Apr  7 13:42:20 2008
New Revision: 53518

Modified:
   pypy/dist/pypy/doc/ctypes-implementation.txt
Log:
repeat this here too



Modified: pypy/dist/pypy/doc/ctypes-implementation.txt
==============================================================================
--- pypy/dist/pypy/doc/ctypes-implementation.txt	(original)
+++ pypy/dist/pypy/doc/ctypes-implementation.txt	Mon Apr  7 13:42:20 2008
@@ -67,7 +67,7 @@
 interface require more object allocations and copying than strictly
 necessary, this too could be improved.
 
-The implementation was developed and has only been tested on Linux.
+The implementation was developed and has only been tested on x86-32 Linux.
 
 Here is a list of the limitations and missing features of the
 current implementation:



More information about the Pypy-commit mailing list