[pypy-commit] pypy release-2.6.x: tweaks

mattip noreply at buildbot.pypy.org
Fri May 22 16:37:48 CEST 2015


Author: mattip <matti.picus at gmail.com>
Branch: release-2.6.x
Changeset: r77494:252e47e77048
Date: 2015-05-22 17:38 +0300
http://bitbucket.org/pypy/pypy/changeset/252e47e77048/

Log:	tweaks

diff --git a/pypy/doc/release-2.6.0.rst b/pypy/doc/release-2.6.0.rst
--- a/pypy/doc/release-2.6.0.rst
+++ b/pypy/doc/release-2.6.0.rst
@@ -67,13 +67,13 @@
 
 * Improved object pinning in the garbage collector
 
-* Support for numpy's ```object``` dtype via a garbage collector hook
+* Support for numpy's ``object`` dtype via a garbage collector hook
 
 * Support for numpy.can_cast and numpy.min_scalar_type as well as beginning
   a refactoring of the internal casting rules in numpy
 
 * Better support for numpy subtypes, via the __array_interface__,
-   __array_priority__, and __array_wrap__ methods (still a work-in-progress)
+  __array_priority__, and __array_wrap__ methods (still a work-in-progress)
 
 * Better support for numpy ndarray.flags
 
@@ -98,7 +98,7 @@
   #pypy.
 
 .. _`vmprof2`: https://vmprof.readthedocs.org
-.. _resolved: http://doc.pypy.org/en/latest/whatsnew-2.5.1.html
+.. _resolved: https://doc.pypy.org/en/latest/whatsnew-2.6.0.html
 
 Please try it out and let us know what you think. We welcome
 success stories, `experiments`_,  or `benchmarks`_, we know you are using PyPy, please tell us about it!
@@ -107,5 +107,5 @@
 
 The PyPy Team
 
-.. _`experiments`: http://morepypy.blogspot.com/2015/02/experiments-in-pyrlang-with-rpython.html
+.. _`experiments`: https://morepypy.blogspot.com/2015/02/experiments-in-pyrlang-with-rpython.html
 .. _`benchmarks`: https://mithrandi.net/blog/2015/03/axiom-benchmark-results-on-pypy-2-5-0


More information about the pypy-commit mailing list