[pypy-svn] r79545 - pypy/trunk/pypy/doc

arigo at codespeak.net arigo at codespeak.net
Fri Nov 26 13:18:17 CET 2010


Author: arigo
Date: Fri Nov 26 13:18:15 2010
New Revision: 79545

Modified:
   pypy/trunk/pypy/doc/cpython_differences.txt
Log:
Update the list of modules.


Modified: pypy/trunk/pypy/doc/cpython_differences.txt
==============================================================================
--- pypy/trunk/pypy/doc/cpython_differences.txt	(original)
+++ pypy/trunk/pypy/doc/cpython_differences.txt	Fri Nov 26 13:18:15 2010
@@ -20,16 +20,21 @@
 
     __builtin__
     `__pypy__`_
+    _ast
+    _bisect
     _codecs
     _lsprof
     `_minimal_curses`_
     _random
     `_rawffi`_
+    _ssl
     _socket
     _sre
     _weakref
+    array
     bz2
     cStringIO
+    cpyext
     crypt
     errno
     exceptions
@@ -72,7 +77,7 @@
 
 * Supported by being rewritten in pure Python (possibly using ``ctypes``):
   see the `lib_pypy/`_ directory.  Examples of modules that we
-  support this way: ``ctypes``, ``array``, ``cPickle``,
+  support this way: ``ctypes``, ``cPickle``,
   ``cStringIO``, ``cmath``, ``dbm`` (?), ``datetime``, ``binascii``...  
   Note that some modules are both in there and in the list above;
   by default, the built-in module is used (but can be disabled



More information about the Pypy-commit mailing list