Skip to content

Commit cb4c9af

Browse files
authored
PEP 3147: Resolve unreferenced footnotes (#3262)
1 parent e083c4e commit cb4c9af

File tree

1 file changed

+15
-28
lines changed

1 file changed

+15
-28
lines changed

pep-3147.txt

Lines changed: 15 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
PEP: 3147
22
Title: PYC Repository Directories
3-
Version: $Revision$
4-
Last-Modified: $Date$
53
Author: Barry Warsaw <barry@python.org>
64
Status: Final
75
Type: Standards Track
@@ -567,44 +565,44 @@ References
567565
==========
568566

569567
.. [2] The marshal module:
570-
https://docs.python.org/dev/library/marshal.html
568+
https://docs.python.org/3.1/library/marshal.html
571569

572570
.. [3] import.c:
573-
http://svn.python.org/view/python/branches/py3k/Python/import.c?view=markup
571+
https://github.com/python/cpython/blob/v3.2a1/Python/import.c
574572

575-
.. [4] Ubuntu: <http://www.ubuntu.com>
573+
.. [4] Ubuntu: https://www.ubuntu.com
576574

577-
.. [5] Debian: <http://www.debian.org>
575+
.. [5] Debian: https://www.debian.org
578576

579577
.. [6] Debian Python Policy:
580-
http://www.debian.org/doc/packaging-manuals/python-policy/
578+
https://www.debian.org/doc/packaging-manuals/python-policy/
581579

582580
.. [8] python-support:
583-
http://wiki.debian.org/DebianPythonFAQ#Whatispython-support.3F
581+
https://web.archive.org/web/20100110123824/http://wiki.debian.org/DebianPythonFAQ#Whatispython-support.3F
584582

585583
.. [9] python-central:
586-
http://wiki.debian.org/DebianPythonFAQ#Whatispython-central.3F
584+
https://web.archive.org/web/20100110123824/http://wiki.debian.org/DebianPythonFAQ#Whatispython-central.3F
587585

588586
.. [10] binascii.hexlify():
589-
http://www.python.org/doc/current/library/binascii.html#binascii.hexlify
587+
https://docs.python.org/3.1/library/binascii.html#binascii.hexlify
590588

591589
.. [11] Jython: http://www.jython.org/
592590

593591
.. [12] IronPython: http://ironpython.net/
594592

595-
.. [13] PyPy: http://codespeak.net/pypy/dist/pypy/doc/
593+
.. [13] PyPy: https://web.archive.org/web/20100310130136/http://codespeak.net/pypy/dist/pypy/doc/
596594

597-
.. [14] Pynie: http://code.google.com/p/pynie/
595+
.. [14] Pynie: https://code.google.com/archive/p/pynie/
598596

599-
.. [15] py_compile: http://docs.python.org/library/py_compile.html
597+
.. [15] py_compile: https://docs.python.org/3.1/library/py_compile.html
600598

601-
.. [16] compileall: http://docs.python.org/library/compileall.html
599+
.. [16] compileall: https://docs.python.org/3.1/library/compileall.html
602600

603-
.. [17] imp: http://www.python.org/doc/current/library/imp.html
601+
.. [17] imp: https://docs.python.org/3.1/library/imp.html
604602

605-
.. [20] http://www.mail-archive.com/python-dev@python.org/msg45203.html
603+
.. [20] https://www.mail-archive.com/python-dev@python.org/msg45203.html
606604

607-
.. [21] importlib: http://docs.python.org/3.1/library/importlib.html
605+
[21] importlib: https://docs.python.org/3.1/library/importlib.html
608606

609607
.. [22] https://code.launchpad.net/~barry/python/pep3147
610608

@@ -636,14 +634,3 @@ Copyright
636634
=========
637635

638636
This document has been placed in the public domain.
639-
640-
641-
642-
..
643-
Local Variables:
644-
mode: indented-text
645-
indent-tabs-mode: nil
646-
sentence-end-double-space: t
647-
fill-column: 70
648-
coding: utf-8
649-
End:

0 commit comments

Comments
 (0)