Author: Armin Rigo <[email protected]>
Branch: 
Changeset: r58321:170dab0d8e14
Date: 2012-10-21 17:44 +0200
http://bitbucket.org/pypy/pypy/changeset/170dab0d8e14/

Log:    Doc update: -R

diff --git a/pypy/doc/cpython_differences.rst b/pypy/doc/cpython_differences.rst
--- a/pypy/doc/cpython_differences.rst
+++ b/pypy/doc/cpython_differences.rst
@@ -285,9 +285,9 @@
 Miscellaneous
 -------------
 
-* Hash randomization is not supported in PyPy.  Passing ``-R`` to the
-  command line, or setting the ``PYTHONHASHSEED`` environment variable
-  will display a warning message.
+* Hash randomization (``-R``) is ignored in PyPy.  As documented in
+  http://bugs.python.org/issue14621 , some of us believe it has no
+  purpose in CPython either.
 
 * ``sys.setrecursionlimit()`` is ignored (and not needed) on
   PyPy.  On CPython it would set the maximum number of nested
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to