Author: Armin Rigo <ar...@tunes.org> Branch: Changeset: r55503:68f8d7152a45 Date: 2012-06-08 16:06 +0200 http://bitbucket.org/pypy/pypy/changeset/68f8d7152a45/
Log: Kill this paragraph: this CPython difference was removed some time ago. 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 @@ -85,13 +85,6 @@ _winreg - Note that only some of these modules are built-in in a typical - CPython installation, and the rest is from non built-in extension - modules. This means that e.g. ``import parser`` will, on CPython, - find a local file ``parser.py``, while ``import sys`` will not find a - local file ``sys.py``. In PyPy the difference does not exist: all - these modules are built-in. - * 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``, ``cmath``, ``dbm``, ``datetime``... _______________________________________________ pypy-commit mailing list pypy-commit@python.org http://mail.python.org/mailman/listinfo/pypy-commit