[pypy-commit] pypy kill-typesystem: add to whatsnew

rlamy noreply at buildbot.pypy.org
Sat Aug 3 21:39:24 CEST 2013


Author: Ronan Lamy <ronan.lamy at gmail.com>
Branch: kill-typesystem
Changeset: r65936:3eee51959c8d
Date: 2013-08-03 20:27 +0100
http://bitbucket.org/pypy/pypy/changeset/3eee51959c8d/

Log:	add to 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
@@ -48,3 +48,7 @@
 Allow subclassing ndarray, i.e. matrix
 
 .. branch: kill-ootype
+
+.. branch: kill-typesystem
+Remove the "type system" abstraction, now that there is only ever one kind of
+type system used.


More information about the pypy-commit mailing list