Author: Armin Rigo <[email protected]> Branch: Changeset: r85617:5a09f6225271 Date: 2016-07-09 10:17 +0200 http://bitbucket.org/pypy/pypy/changeset/5a09f6225271/
Log: Precision (LarstiQ) diff --git a/pypy/doc/faq.rst b/pypy/doc/faq.rst --- a/pypy/doc/faq.rst +++ b/pypy/doc/faq.rst @@ -369,6 +369,7 @@ step-by-step guide that we can follow to reproduce the problem ourselves. Don't assume we know anything about any program other than PyPy. We would like a guide that we can follow point by point + (without guessing or having to figure things out) on a machine similar to yours, starting from a bare PyPy, until we see the same problem. (If you can, you can try to reduce the number of steps and the time it needs to run, but that is not mandatory.) _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
