[pypy-commit] pypy default: fix test_whatsnew

fijal noreply at buildbot.pypy.org
Sun Dec 2 18:42:41 CET 2012


Author: Maciej Fijalkowski <fijall at gmail.com>
Branch: 
Changeset: r59216:219e12e2deca
Date: 2012-12-02 09:42 -0800
http://bitbucket.org/pypy/pypy/changeset/219e12e2deca/

Log:	fix test_whatsnew

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
@@ -1,12 +1,16 @@
 ======================
-What's new in PyPy xxx
+What's new in PyPy 2.0
 ======================
 
 .. this is a revision shortly after release-2.0-beta1
 .. startrev: 0e6161a009c6
 
+.. branch: length-hint
+Implement __lenght_hint__ according to PEP 424
+   
+.. branches we don't care about
 .. branch: autoreds
-XXX
 
-.. branch: length-hint
-XXX
+.. branch: release-2.0-beta1
+
+.. branch: remove-PYPY_NOT_MAIN_FILE


More information about the pypy-commit mailing list