Author: mattip <[email protected]> Branch: Changeset: r71615:249366852219 Date: 2014-05-20 00:48 +0300 http://bitbucket.org/pypy/pypy/changeset/249366852219/
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,10 +9,6 @@ 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 .. branch: release-2.3.x _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
