[pypy-svn] pypy documentation-cleanup: Remove the modules listed too eagerly.

arigo commits-noreply at bitbucket.org
Fri Apr 29 20:49:29 CEST 2011


Author: Armin Rigo <arigo at tunes.org>
Branch: documentation-cleanup
Changeset: r43787:419a56e02906
Date: 2011-04-29 20:49 +0200
http://bitbucket.org/pypy/pypy/changeset/419a56e02906/

Log:	Remove the modules listed too eagerly.

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
@@ -24,8 +24,7 @@
     _bisect
     _codecs
     _collections
-    _ffi
-    _file
+    `_ffi`_
     _hashlib
     _io
     _locale
@@ -33,14 +32,12 @@
     _md5
     `_minimal_curses`_
     _multiprocessing
-    _pickle_support
     _random
     `_rawffi`_
     _sha
     _socket
     _sre
     _ssl
-    _stackless
     _warnings
     _weakref
     _winreg
@@ -60,16 +57,12 @@
     itertools
     marshal
     math
-    micronumpy
     mmap
     operator
     oracle
     parser
     posix
     pyexpat
-    pypyjit
-    rbench
-    rctime
     select
     signal
     struct
@@ -108,6 +101,7 @@
 
 .. the nonstandard modules are listed below...
 .. _`__pypy__`: __pypy__-module.html
+.. _`_ffi`: ctypes-implementation.html
 .. _`_rawffi`: ctypes-implementation.html
 .. _`_minimal_curses`: config/objspace.usemodules._minimal_curses.html
 .. _`cpyext`: http://morepypy.blogspot.com/2010/04/using-cpython-extension-modules-with.html


More information about the Pypy-commit mailing list