[pypy-svn] pypy documentation-cleanup: cStringIO is implemented in rpython nowadays

antocuni commits-noreply at bitbucket.org
Fri Apr 29 20:16:42 CEST 2011


Author: Antonio Cuni <anto.cuni at gmail.com>
Branch: documentation-cleanup
Changeset: r43785:bc5e92451943
Date: 2011-04-29 20:13 +0200
http://bitbucket.org/pypy/pypy/changeset/bc5e92451943/

Log:	cStringIO is implemented in rpython nowadays

diff --git a/pypy/doc/cpython_differences.rst b/pypy/doc/cpython_differences.rst
--- a/pypy/doc/cpython_differences.rst
+++ b/pypy/doc/cpython_differences.rst
@@ -97,8 +97,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``, ``cPickle``,
-  ``cStringIO``, ``cmath``, ``dbm`` (?), ``datetime``...
+  support this way: ``ctypes``, ``cPickle``, ``cmath``, ``dbm``, ``datetime``...
   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
   at translation time).


More information about the Pypy-commit mailing list