From e11e6889835e67afa3bce8b77a7097a172dd3fca Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Thu, 7 Sep 2017 10:55:30 -0700 Subject: [PATCH] fix references --- pep-0552.txt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/pep-0552.txt b/pep-0552.txt index b2e12188e..2baee817c 100644 --- a/pep-0552.txt +++ b/pep-0552.txt @@ -48,8 +48,8 @@ Distributors of Python code are currently stuck with the options of None of these options are very attractive. This PEP proposes a better solution. -(Note there are `other problems`_ we do not address here that can make pycs -non-deterministic.) +(Note there are other problems [#frozensets]_ [#interning]_ we do not +address here that can make pycs non-deterministic.) Specification @@ -95,7 +95,8 @@ References .. _Bazel: https://bazel.build/ .. _BLAKE2: https://blake2.net/ .. _SipHash: https://131002.net/siphash/ -.. _other problems: e.g.., http://benno.id.au/blog/2013/01/15/python-determinism and http://bugzilla.opensuse.org/show_bug.cgi?id=1049186 +.. [#frozensets]_ http://benno.id.au/blog/2013/01/15/python-determinism +.. [#interning]_ http://bugzilla.opensuse.org/show_bug.cgi?id=1049186 .. _magic number: https://docs.python.org/3/library/importlib.html#importlib.util.MAGIC_NUMBER