Ignore:
Timestamp:
Mar 19, 2014, 11:31:01 PM (11 years ago)
Author:
dmik
Message:

python: Merge vendor 2.7.6 to trunk.

Location:
python/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • python/trunk

  • python/trunk/Doc/reference/introduction.rst

    r2 r391  
    6666   implementation that generates IL, and compiles Python code directly to .NET
    6767   assemblies.  It was created by Jim Hugunin, the original creator of Jython.  For
    68    more information, see `the IronPython website <http://www.ironpython.com/>`_.
     68   more information, see `the IronPython website <http://www.ironpython.net/>`_.
    6969
    7070PyPy
    71    An implementation of Python written in Python; even the bytecode interpreter is
    72    written in Python.  This is executed using CPython as the underlying
    73    interpreter.  One of the goals of the project is to encourage experimentation
    74    with the language itself by making it easier to modify the interpreter (since it
    75    is written in Python).  Additional information is available on `the PyPy
    76    project's home page <http://codespeak.net/pypy/>`_.
     71   An implementation of Python written completely in Python. It supports several
     72   advanced features not found in other implementations like stackless support
     73   and a Just in Time compiler. One of the goals of the project is to encourage
     74   experimentation with the language itself by making it easier to modify the
     75   interpreter (since it is written in Python).  Additional information is
     76   available on `the PyPy project's home page <http://pypy.org/>`_.
    7777
    7878Each of these implementations varies in some way from the language as documented
Note: See TracChangeset for help on using the changeset viewer.