Author: Armin Rigo <ar...@tunes.org>
Branch: 
Changeset: r78354:d7ffb316f0f2
Date: 2015-06-29 17:34 +0200
http://bitbucket.org/pypy/pypy/changeset/d7ffb316f0f2/

Log:    Link to the 29c3 talk

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
@@ -321,7 +321,8 @@
 Miscellaneous
 -------------
 
-* Hash randomization (``-R``) `is ignored in PyPy`_.
+* Hash randomization (``-R``) `is ignored in PyPy`_.  In CPython
+  before 3.4 it has `little point`_.
 
 * You can't store non-string keys in type objects.  For example::
 
@@ -401,4 +402,5 @@
   ``parse_and_bind()`` calls are ignored (issue `#2072`_).
 
 .. _`is ignored in PyPy`: http://bugs.python.org/issue14621
+.. _`little point`: 
http://events.ccc.de/congress/2012/Fahrplan/events/5152.en.html
 .. _`#2072`: https://bitbucket.org/pypy/pypy/issue/2072/
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to