[pypy-commit] pypy default: Kill this paragraph: this CPython difference was removed some time ago.

arigo noreply at buildbot.pypy.org
Fri Jun 8 16:06:48 CEST 2012


Author: Armin Rigo <arigo at 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``...


More information about the pypy-commit mailing list