[pypy-commit] extradoc extradoc: clarrify

alex_gaynor noreply at buildbot.pypy.org
Thu Dec 8 23:23:40 CET 2011


Author: Alex Gaynor <alex.gaynor at gmail.com>
Branch: extradoc
Changeset: r3976:82c71fa181e5
Date: 2011-12-08 17:23 -0500
http://bitbucket.org/pypy/extradoc/changeset/82c71fa181e5/

Log:	clarrify

diff --git a/blog/draft/matplotlib.rst b/blog/draft/matplotlib.rst
--- a/blog/draft/matplotlib.rst
+++ b/blog/draft/matplotlib.rst
@@ -46,8 +46,9 @@
 
 * Speaking of which, you need a reasonably recent PyPy.
 
-* The approach is generally portable (XXX: why not?), however the implementation is not. Works
-  on 64bit linux, would not bet for anything else.
+* The approach is generally portable, however the implementation has not been
+  tested on any platforms other than 64-bit Linux. Try anything else at your
+  own peril.
 
 * You need to install python2.6, the python2.6 development headers, and have
   numpy and matplotlib installed on that python.


More information about the pypy-commit mailing list