[pypy-commit] pypy default: Thanks Larry

arigo noreply at buildbot.pypy.org
Thu Nov 14 13:23:55 CET 2013


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r68071:d13b9ffb9f1a
Date: 2013-11-14 13:23 +0100
http://bitbucket.org/pypy/pypy/changeset/d13b9ffb9f1a/

Log:	Thanks Larry

diff --git a/pypy/doc/release-2.2.0.rst b/pypy/doc/release-2.2.0.rst
--- a/pypy/doc/release-2.2.0.rst
+++ b/pypy/doc/release-2.2.0.rst
@@ -74,7 +74,7 @@
 
 * Things that use ``sys.set_trace`` are now JITted (like coverage)
 
-* JSON encoding used to be very fast, now decoding is as well
+* JSON decoding is now very fast (JSON encoding was already very fast)
 
 * various buffer copying methods experience speedups (like list-of-ints to
   ``int[]`` buffer from cffi)


More information about the pypy-commit mailing list