[pypy-commit] pypy default: document less-stringly-ops

rlamy noreply at buildbot.pypy.org
Sat Aug 31 16:44:20 CEST 2013


Author: Ronan Lamy <ronan.lamy at gmail.com>
Branch: 
Changeset: r66727:4d011e06e767
Date: 2013-08-31 15:42 +0100
http://bitbucket.org/pypy/pypy/changeset/4d011e06e767/

Log:	document less-stringly-ops

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
@@ -84,3 +84,8 @@
 
 .. branch: improve-errors-again2
 Unbreak tests in rlib.
+
+.. branch: less-stringly-ops
+Use subclasses of SpaceOperation instead of SpaceOperator objects.
+Random cleanups in flowspace.
+


More information about the pypy-commit mailing list