Author: Armin Rigo <[email protected]>
Branch:
Changeset: r78353:1666e583f39f
Date: 2015-06-29 17:30 +0200
http://bitbucket.org/pypy/pypy/changeset/1666e583f39f/
Log: Drop "some of us believe", as the cpython issue links to a 29c3 talk
where knowledgeable people also believe the same thing.
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,9 +321,7 @@
Miscellaneous
-------------
-* 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.
+* Hash randomization (``-R``) `is ignored in PyPy`_.
* You can't store non-string keys in type objects. For example::
@@ -400,6 +398,7 @@
* PyPy's readline module was rewritten from scratch: it is not GNU's
readline. It should be mostly compatible, and it adds multiline
support (see ``multiline_input()``). On the other hand,
- ``parse_and_bind()`` calls are ignored (issue `#2072`__).
+ ``parse_and_bind()`` calls are ignored (issue `#2072`_).
-.. __: https://bitbucket.org/pypy/pypy/issue/2072/
+.. _`is ignored in PyPy`: http://bugs.python.org/issue14621
+.. _`#2072`: https://bitbucket.org/pypy/pypy/issue/2072/
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit