diff --git a/compat.html b/compat.html index 5dc4e472d3b0ccad834184c2a1fdd32ba664eb33_Y29tcGF0Lmh0bWw=..c1a8a7dcfd8a8699c6c52573faccd54ec1cace2b_Y29tcGF0Lmh0bWw= 100644 --- a/compat.html +++ b/compat.html @@ -84,5 +84,5 @@ library are implemented in pure python, so they don't have to be listed there. Please just check if it imports. If it imports, it should work.</p> <ul class="simple"> -<li><tt class="docutils literal">__builtin__, __pypy__, _ast, _bisect, _codecs, _collections, _ffi, _hashlib, _io, _locale, _lsprof, _md5, _minimal_curses, _multiprocessing, _random, _rawffi, _sha, _socket, _sre, _ssl, _warnings, _weakref, _winreg, array, binascii, bz2, cStringIO, clr, cmath, cpyext, crypt, errno, exceptions, fcntl, gc, imp, itertools, marshal, math, mmap, operator, oracle, parser, posix, pyexpat, select, signal, struct, symbol, sys, termios, thread, time, token, unicodedata, zipimport, zlib</tt></li> +<li><tt class="docutils literal">__builtin__, __pypy__, _ast, _cffi_backend, _codecs, _collections, _continuation, _csv, _file, _hashlib, _io, _locale, _lsprof, _md5, _minimal_curses, _multibytecodec, _multiprocessing, _numpypy, _pickle_support, _pypyjson, _random, _rawffi, _sha, _socket, _sre, _ssl, _struct, _testing, _warnings, _weakref, array, binascii, bz2, cStringIO, cmath, cppyy, cpyext, crypt, errno, exceptions, fcntl, gc, imp, itertools, marshal, math, mmap, operator, parser, posix, pwd, pyexpat, pypyjit, select, signal, symbol, sys, termios, thread, time, token, unicodedata, zipimport, zlib</tt></li> </ul> @@ -88,3 +88,3 @@ </ul> -<p>Supported, but written in pure-python:</p> +<p>Supported, but written in pure Python:</p> <ul class="simple"> @@ -90,5 +90,5 @@ <ul class="simple"> -<li><tt class="docutils literal">cPickle, _csv, ctypes, datetime, dbm, _functools, grp, pwd, readline, resource, sqlite3, syslog, tputil</tt></li> +<li><tt class="docutils literal">cPickle, ctypes, datetime, dbm, _functools, grp, readline, resource, sqlite3, syslog</tt></li> </ul> <p>All modules that are pure python in CPython of course work.</p> <p>Numpy support is not complete. We maintain our own fork of numpy for now, further instructions can be found at <a class="reference external" href="https://bitbucket.org/pypy/numpy.git">https://bitbucker.org/pypy/numpy.git</a>.</p> diff --git a/source/compat.txt b/source/compat.txt index 5dc4e472d3b0ccad834184c2a1fdd32ba664eb33_c291cmNlL2NvbXBhdC50eHQ=..c1a8a7dcfd8a8699c6c52573faccd54ec1cace2b_c291cmNlL2NvbXBhdC50eHQ= 100644 --- a/source/compat.txt +++ b/source/compat.txt @@ -23,5 +23,5 @@ library are implemented in pure python, so they don't have to be listed there. Please just check if it imports. If it imports, it should work. -* ``__builtin__, __pypy__, _ast, _bisect, _codecs, _collections, _ffi, _hashlib, _io, _locale, _lsprof, _md5, _minimal_curses, _multiprocessing, _random, _rawffi, _sha, _socket, _sre, _ssl, _warnings, _weakref, _winreg, array, binascii, bz2, cStringIO, clr, cmath, cpyext, crypt, errno, exceptions, fcntl, gc, imp, itertools, marshal, math, mmap, operator, oracle, parser, posix, pyexpat, select, signal, struct, symbol, sys, termios, thread, time, token, unicodedata, zipimport, zlib`` +* ``__builtin__, __pypy__, _ast, _cffi_backend, _codecs, _collections, _continuation, _csv, _file, _hashlib, _io, _locale, _lsprof, _md5, _minimal_curses, _multibytecodec, _multiprocessing, _numpypy, _pickle_support, _pypyjson, _random, _rawffi, _sha, _socket, _sre, _ssl, _struct, _testing, _warnings, _weakref, array, binascii, bz2, cStringIO, cmath, cppyy, cpyext, crypt, errno, exceptions, fcntl, gc, imp, itertools, marshal, math, mmap, operator, parser, posix, pwd, pyexpat, pypyjit, select, signal, symbol, sys, termios, thread, time, token, unicodedata, zipimport, zlib`` @@ -27,3 +27,3 @@ -Supported, but written in pure-python: +Supported, but written in pure Python: @@ -29,5 +29,5 @@ -* ``cPickle, _csv, ctypes, datetime, dbm, _functools, grp, pwd, readline, resource, sqlite3, syslog, tputil`` +* ``cPickle, ctypes, datetime, dbm, _functools, grp, readline, resource, sqlite3, syslog`` All modules that are pure python in CPython of course work.