[pypy-commit] extradoc extradoc: Backed out changeset db73d6fca0d2

arigo noreply at buildbot.pypy.org
Wed Feb 19 19:50:17 CET 2014


Author: Armin Rigo <arigo at tunes.org>
Branch: extradoc
Changeset: r5158:8fe1c70ff8a0
Date: 2014-02-19 19:50 +0100
http://bitbucket.org/pypy/extradoc/changeset/8fe1c70ff8a0/

Log:	Backed out changeset db73d6fca0d2

	It turns out not to be needed, it was a problem of trying the wrong
	branch.

diff --git a/blog/draft/running-numpy.rst b/blog/draft/running-numpy.rst
--- a/blog/draft/running-numpy.rst
+++ b/blog/draft/running-numpy.rst
@@ -3,9 +3,6 @@
 
 * apt-get install pypy-dev
 
-* Windows: you need to edit the Python.h from PyPy to add at the end:
-  ``#include <sys/types.h>``
-
 * git clone https://bitbucket.org/pypy/numpy.git; cd numpy;
   sudo pypy setup.py install
 


More information about the pypy-commit mailing list