[pypy-svn] r74754 - in pypy/extradoc/pypy.org: . source

fijal at codespeak.net fijal at codespeak.net
Tue May 25 23:28:44 CEST 2010


Author: fijal
Date: Tue May 25 23:28:42 2010
New Revision: 74754

Added:
   pypy/extradoc/pypy.org/source/yatiblog.conf
      - copied unchanged from r74744, pypy/extradoc/pypy.org/source/_config.yml
Removed:
   pypy/extradoc/pypy.org/source/_config.yml
Modified:
   pypy/extradoc/pypy.org/compat.html
   pypy/extradoc/pypy.org/source/compat.txt
Log:
* Update compat.txt
* Move _config.yaml to newer yatiblog.conf


Modified: pypy/extradoc/pypy.org/compat.html
==============================================================================
--- pypy/extradoc/pypy.org/compat.html	(original)
+++ pypy/extradoc/pypy.org/compat.html	Tue May 25 23:28:42 2010
@@ -53,6 +53,9 @@
 of the commonly used Python <a class="reference external" href="http://docs.python.org/library/">standard library modules</a>; details below.</p>
 <p>PyPy does not support the <a class="reference external" href="http://docs.python.org/c-api/">CPython C API</a>, which means that third party
 libraries for python, written in C, will not work.</p>
+<p class="download-menu"><em>Note</em>: PyPy trunk has <em>experimental</em> support for CPython extension modules
+in the trunk, however it was not released yet so downloads below won't have
+it.</p>
 <p>Standard library modules supported by PyPy, in alphabetical order:</p>
 <ul class="simple">
 <li><tt class="docutils literal"><span class="pre">__builtin__</span> <span class="pre">__pypy__</span> <span class="pre">_codecs</span> <span class="pre">_lsprof</span> <span class="pre">_minimal_curses</span> <span class="pre">_random</span> <span class="pre">_rawffi</span> <span class="pre">_socket</span> <span class="pre">_sre</span> <span class="pre">_weakref</span> <span class="pre">bz2</span> <span class="pre">cStringIO</span> <span class="pre">crypt</span> <span class="pre">errno</span> <span class="pre">exceptions</span> <span class="pre">fcntl</span> <span class="pre">gc</span> <span class="pre">itertools</span> <span class="pre">marshal</span> <span class="pre">math</span> <span class="pre">md5</span> <span class="pre">mmap</span> <span class="pre">operator</span> <span class="pre">parser</span> <span class="pre">posix</span> <span class="pre">pyexpat</span> <span class="pre">select</span> <span class="pre">sha</span> <span class="pre">signal</span> <span class="pre">struct</span> <span class="pre">symbol</span> <span class="pre">sys</span> <span class="pre">termios</span> <span class="pre">thread</span> <span class="pre">time</span> <span class="pre">token</span> <span class="pre">unicodedata</span> <span class="pre">zipimport</span> <span class="pre">zlib</span></tt></li>

Modified: pypy/extradoc/pypy.org/source/compat.txt
==============================================================================
--- pypy/extradoc/pypy.org/source/compat.txt	(original)
+++ pypy/extradoc/pypy.org/source/compat.txt	Tue May 25 23:28:42 2010
@@ -11,6 +11,12 @@
 PyPy does not support the `CPython C API`_, which means that third party
 libraries for python, written in C, will not work.
 
+.. class:: download_menu
+
+   *Note*: PyPy trunk has *experimental* support for CPython extension modules
+   in the trunk, however it was not released yet so downloads below won't have
+   it.
+
 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``



More information about the Pypy-commit mailing list