[pypy-svn] r79546 - pypy/extradoc/pypy.org/source

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


Author: arigo
Date: Fri Nov 26 13:18:27 2010
New Revision: 79546

Modified:
   pypy/extradoc/pypy.org/source/compat.txt
Log:
Update the list of modules.

Modified: pypy/extradoc/pypy.org/source/compat.txt
==============================================================================
--- pypy/extradoc/pypy.org/source/compat.txt	(original)
+++ pypy/extradoc/pypy.org/source/compat.txt	Fri Nov 26 13:18:27 2010
@@ -25,11 +25,11 @@
 
 Standard library modules supported by PyPy, in alphabetical order:
 
-* ``__builtin__ __pypy__ _codecs _lsprof _minimal_curses _random _rawffi _socket _sre _weakref bz2 cStringIO crypt errno exceptions fcntl gc itertools marshal math md5 mmap operator parser posix pyexpat select sha signal struct symbol sys termios thread time token unicodedata zipimport zlib``
+* ``__builtin__ __pypy__ _ast _bisect _codecs _lsprof _minimal_curses _random _rawffi _ssl _socket _sre _weakref array bz2 cStringIO cpyext crypt errno exceptions fcntl  gc itertools marshal math md5 mmap operator parser posix pyexpat select sha signal struct symbol sys termios thread time token unicodedata zipimport zlib``
 
 Supported, but written in pure-python:
 
-* ``array binascii cPickle cmath collections ctypes datetime functools grp md5 pwd pyexpat sha sqlite3 syslog``
+* ``binascii cPickle cmath collections ctypes datetime functools grp pwd sqlite3 syslog``
 
 All modules that are pure python in CPython of course work.
 



More information about the Pypy-commit mailing list