[pypy-commit] pypy release-2.3.x: start to create 2.3.1

mattip noreply at buildbot.pypy.org
Tue May 20 18:21:32 CEST 2014


Author: mattip <matti.picus at gmail.com>
Branch: release-2.3.x
Changeset: r71611:9ccfc38e7447
Date: 2014-05-20 00:48 +0300
http://bitbucket.org/pypy/pypy/changeset/9ccfc38e7447/

Log:	start to create 2.3.1

diff --git a/pypy/doc/whatsnew-2.3.1.rst b/pypy/doc/whatsnew-2.3.1.rst
new file mode 100644
--- /dev/null
+++ b/pypy/doc/whatsnew-2.3.1.rst
@@ -0,0 +1,11 @@
+=======================
+What's new since PyPy 2.3?
+=======================
+
+.. this is a revision shortly after release-2.3
+.. startrev: 394146e9bb67
+
+Move builtin ``struct`` module to ``_struct`` to allow ``pypy "-m idlelib.idle"``
+
+Support compilation with gcc-4.9
+
diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst
--- a/pypy/doc/whatsnew-head.rst
+++ b/pypy/doc/whatsnew-head.rst
@@ -9,8 +9,4 @@
 
 Fixes for issues #1769, #1764, #1762, #1752
 
-Move builtin ``struct`` module to ``_struct`` to allow ``pypy "-m idlelib.idle"``
-
-Support compilation with gcc-4.9
-
 Annotator cleanups


More information about the pypy-commit mailing list