[pypy-svn] r49219 - pypy/dist/pypy/doc

fijal at codespeak.net fijal at codespeak.net
Fri Nov 30 10:43:53 CET 2007


Author: fijal
Date: Fri Nov 30 10:43:52 2007
New Revision: 49219

Modified:
   pypy/dist/pypy/doc/project-ideas.txt
Log:
Strike outdated part.


Modified: pypy/dist/pypy/doc/project-ideas.txt
==============================================================================
--- pypy/dist/pypy/doc/project-ideas.txt	(original)
+++ pypy/dist/pypy/doc/project-ideas.txt	Fri Nov 30 10:43:52 2007
@@ -159,31 +159,6 @@
 Additionally, these facilities could be exposed to applications interpreted by
 the translated PyPy interpreter.
 
-Extension modules
------------------
-
-Rewrite one or several CPython extension modules to be based on **ctypes**
-(integrated in Python 2.5): this is generally useful for Python
-developers, and it is now the best path to write extension modules that are
-compatible with both CPython and PyPy.  This is done with the `extension
-compiler`_ component of PyPy, which will likely require some attention as
-well.
-
-Modules where some work is already done:
-
-* ``_socket``, ``os``, ``select`` (unfinished yet, feel free to help;
-  see e.g. http://codespeak.net/svn/pypy/dist/pypy/module/_socket/).
-
-* SSL for socket, ``bz2``, ``fcntl``, ``mmap`` and ``time``: part of the
-  Summer of Code project of Lawrence Oluyede
-  (http://codespeak.net/svn/user/rhymes/).
-
-You are free to pick any other CPython module, either standard or third-party
-(if relatively well-known, like gtk bindings).
-Note that some modules exist in a ctypes version
-already, which would be a good start for porting them to PyPy's extension
-compiler.
-
 Extend py.execnet to a peer-to-peer model
 -----------------------------------------
 



More information about the Pypy-commit mailing list