[pypy-commit] pypy default: typo, and explain better

antocuni noreply at buildbot.pypy.org
Fri Jun 8 11:12:12 CEST 2012


Author: Antonio Cuni <anto.cuni at gmail.com>
Branch: 
Changeset: r55495:ebb6f5b42d0b
Date: 2012-06-08 11:11 +0200
http://bitbucket.org/pypy/pypy/changeset/ebb6f5b42d0b/

Log:	typo, and explain better

diff --git a/pypy/doc/release-1.9.0.rst b/pypy/doc/release-1.9.0.rst
--- a/pypy/doc/release-1.9.0.rst
+++ b/pypy/doc/release-1.9.0.rst
@@ -5,7 +5,7 @@
 We're pleased to announce the 1.9 release of PyPy. This release brings mostly
 bugfixes, performance improvements, other small improvements and overall
 progress on the `numpypy`_ effort.
-It also brings an improved situation on windows and OS X.
+It also brings an improved situation on Windows and OS X.
 
 You can download the PyPy 1.9 release here:
 
@@ -91,7 +91,8 @@
 * ``select.kqueue`` has been added.
 
 * Handling of keyword arguments has been drastically improved in the best-case
-  scenario.
+  scenario: proxy functions which simply forwards ``*args`` and ``**kwargs``
+  to another function now performs much better with the JIT.
 
 * List comprehension has been improved.
 


More information about the pypy-commit mailing list