fix references

This commit is contained in:
Benjamin Peterson 2017-09-07 10:55:30 -07:00
parent 2755e53ee2
commit e11e688983
1 changed files with 4 additions and 3 deletions

View File

@ -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. 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 (Note there are other problems [#frozensets]_ [#interning]_ we do not
non-deterministic.) address here that can make pycs non-deterministic.)
Specification Specification
@ -95,7 +95,8 @@ References
.. _Bazel: https://bazel.build/ .. _Bazel: https://bazel.build/
.. _BLAKE2: https://blake2.net/ .. _BLAKE2: https://blake2.net/
.. _SipHash: https://131002.net/siphash/ .. _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 .. _magic number: https://docs.python.org/3/library/importlib.html#importlib.util.MAGIC_NUMBER