[pypy-commit] pypy default: update relase notes for 2.1 beta2

bivab noreply at buildbot.pypy.org
Thu Jul 25 15:56:05 CEST 2013


Author: David Schneider <david.schneider at picle.org>
Branch: 
Changeset: r65645:46dbb7a9edb2
Date: 2013-07-25 15:43 +0200
http://bitbucket.org/pypy/pypy/changeset/46dbb7a9edb2/

Log:	update relase notes for 2.1 beta2

diff --git a/pypy/doc/release-2.1.0-beta2.rst b/pypy/doc/release-2.1.0-beta2.rst
--- a/pypy/doc/release-2.1.0-beta2.rst
+++ b/pypy/doc/release-2.1.0-beta2.rst
@@ -3,14 +3,16 @@
 ===============
 
 We're pleased to announce the second beta of the upcoming 2.1 release of PyPy.
-This beta does not add any new features to the 2.1 release, but contains several bugfixes listed below.
+This beta adds one new feature to the 2.1 release and contains several bugfixes listed below.
 
 Highlights
 ==========
 
+* Support for os.statvfs and os.fstatvfs on unix systems.
+
 * Fixed issue `1533`_: fix an RPython-level OverflowError for space.float_w(w_big_long_number). 
 
-* Fixed issue `1552`_: GreenletExit should inherit from BaseException
+* Fixed issue `1552`_: GreenletExit should inherit from BaseException.
 
 * Fixed issue `1537`_: numpypy __array_interface__
   


More information about the pypy-commit mailing list