[pypy-svn] r35721 - pypy/dist/pypy/doc

arigo at codespeak.net arigo at codespeak.net
Thu Dec 14 09:01:42 CET 2006


Author: arigo
Date: Thu Dec 14 09:01:40 2006
New Revision: 35721

Modified:
   pypy/dist/pypy/doc/getting-started.txt
   pypy/dist/pypy/doc/index.txt
Log:
issue138 resolved

Listing platforms where PyPy runs.


Modified: pypy/dist/pypy/doc/getting-started.txt
==============================================================================
--- pypy/dist/pypy/doc/getting-started.txt	(original)
+++ pypy/dist/pypy/doc/getting-started.txt	Thu Dec 14 09:01:40 2006
@@ -106,7 +106,7 @@
 Running all of PyPy's tests  
 ---------------------------
 
-If you want to see if PyPy works on your machine/platform 
+If you want to see `if PyPy works on your machine/platform`_
 you can simply run PyPy's large test suite with:: 
 
     cd pypy
@@ -115,6 +115,8 @@
 test_all.py is just another name for `py.test`_ which is the
 testing tool that we are using and enhancing for PyPy.   
 
+.. _`if PyPy works on your machine/platform`: index.html#status
+
 Filing bugs or feature requests 
 -------------------------------
 

Modified: pypy/dist/pypy/doc/index.txt
==============================================================================
--- pypy/dist/pypy/doc/index.txt	(original)
+++ pypy/dist/pypy/doc/index.txt	Thu Dec 14 09:01:40 2006
@@ -111,6 +111,16 @@
 Status
 ======================================
 
+PyPy is mainly developed on Linux and Mac OS/X.  Windows is supported,
+but platform-specific bugs tend to take longer before we notice and fix
+them.  About 64-bit machines: although support is mostly present, we
+decided to stop tracking and fixing the remaining issues for a while, as
+an attempt to keep some focus.  So PyPy requires a 32-bit machine or OS
+for now.
+
+*Some links below are broken because of hardware failure of the
+snake server - PyPy kills machines :-)*
+
 PyPy's own tests, daily updated, `on Linux`_ and `on Windows`_ and
 on `build pypy-c`_ (various variants).
 



More information about the Pypy-commit mailing list