Author: Matti Picus <[email protected]> Branch: extradoc Changeset: r4961:8f374c5de87a Date: 2013-03-18 09:32 -0700 http://bitbucket.org/pypy/extradoc/changeset/8f374c5de87a/
Log: add developer names diff --git a/blog/draft/numpy-status-update-6.rst b/blog/draft/numpy-status-update-6.rst --- a/blog/draft/numpy-status-update-6.rst +++ b/blog/draft/numpy-status-update-6.rst @@ -13,7 +13,7 @@ complete set of attributes on ndarrays. We are progressing alphabetically, and have made it to d. Unsupported attributes, and unsupported arguments to attribute calls - will raise a NotImplementedException. + will raise a NotImplementedError. * **pickling support for numarray** - hasn't started yet, but next on the list @@ -29,7 +29,7 @@ While our funding drive over 2012 did not reach our goal, we still managed to raise a fair amount of money in donations. So far we only managed to spend around $10 000 of it. -We issued a call for additional developers, and are glad to welcome ___________ +We issued a call for additional developers, and are glad to welcome Romain Guillebert and Ronan Lamy to the numpypy team. Hopefully we will be able to report on speedier progress soon. Cheers, _______________________________________________ pypy-commit mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-commit
