[pypy-commit] pypy.org extradoc: Python version 2.7.2 -> 2.7.3.

arigo noreply at buildbot.pypy.org
Wed May 1 10:45:35 CEST 2013


Author: Armin Rigo <arigo at tunes.org>
Branch: extradoc
Changeset: r404:32e07e8a122c
Date: 2013-05-01 10:45 +0200
http://bitbucket.org/pypy/pypy.org/changeset/32e07e8a122c/

Log:	Python version 2.7.2 -> 2.7.3.

diff --git a/compat.html b/compat.html
--- a/compat.html
+++ b/compat.html
@@ -46,7 +46,7 @@
 <div>
 <div id="main">
 <h1 class="title">Python compatibility</h1>
-<p>PyPy implements the Python language version 2.7.2. It supports all of the core
+<p>PyPy implements the Python language version 2.7.3. It supports all of the core
 language, passing Python test suite (with minor modifications that were
 already accepted in the main python in newer versions). It supports most
 of the commonly used Python <a class="reference external" href="http://docs.python.org/library/">standard library modules</a>; details below.</p>
diff --git a/index.html b/index.html
--- a/index.html
+++ b/index.html
@@ -55,7 +55,7 @@
 <li><strong>Memory usage:</strong> large, memory-hungry Python programs might end up
 taking <a class="reference external" href="http://morepypy.blogspot.com/2009/10/gc-improvements.html">less space</a> than they do in CPython.</li>
 <li><strong>Compatibility:</strong> PyPy is <a class="reference external" href="compat.html">highly compatible</a> with existing python code.
-It supports <a class="reference external" href="http://docs.python.org/release/2.7.2/library/ctypes.html">ctypes</a> and can run popular python libraries like <a class="reference external" href="http://twistedmatrix.com/">twisted</a>
+It supports <a class="reference external" href="http://docs.python.org/release/2.7.3/library/ctypes.html">ctypes</a> and can run popular python libraries like <a class="reference external" href="http://twistedmatrix.com/">twisted</a>
 and <a class="reference external" href="http://www.djangoproject.com/">django</a>.</li>
 <li><strong>Sandboxing:</strong> PyPy provides the ability to <a class="reference external" href="features.html#sandboxing">run untrusted code</a> in a
 fully secure way.</li>
diff --git a/source/compat.txt b/source/compat.txt
--- a/source/compat.txt
+++ b/source/compat.txt
@@ -3,7 +3,7 @@
 title: Python compatibility
 ---
 
-PyPy implements the Python language version 2.7.2. It supports all of the core
+PyPy implements the Python language version 2.7.3. It supports all of the core
 language, passing Python test suite (with minor modifications that were
 already accepted in the main python in newer versions). It supports most
 of the commonly used Python `standard library modules`_; details below.
diff --git a/source/index.txt b/source/index.txt
--- a/source/index.txt
+++ b/source/index.txt
@@ -40,10 +40,10 @@
 .. _`(What is a JIT compiler?)`: http://en.wikipedia.org/wiki/Just-in-time_compilation
 .. _`run untrusted code`: features.html#sandboxing
 .. _`compliant`: compat.html
-.. _`Python docs`: http://docs.python.org/release/2.7.2/
+.. _`Python docs`: http://docs.python.org/release/2.7.3/
 .. _`twisted`: http://twistedmatrix.com/
 .. _`django`: http://www.djangoproject.com/
-.. _`ctypes`: http://docs.python.org/release/2.7.2/library/ctypes.html
+.. _`ctypes`: http://docs.python.org/release/2.7.3/library/ctypes.html
 .. _`features`: features.html
 .. _`less space`: http://morepypy.blogspot.com/2009/10/gc-improvements.html
 .. _`highly compatible`: compat.html


More information about the pypy-commit mailing list