|
1 | 1 | PEP: 3147 |
2 | 2 | Title: PYC Repository Directories |
3 | | -Version: $Revision$ |
4 | | -Last-Modified: $Date$ |
5 | 3 | Author: Barry Warsaw <barry@python.org> |
6 | 4 | Status: Final |
7 | 5 | Type: Standards Track |
@@ -567,44 +565,44 @@ References |
567 | 565 | ========== |
568 | 566 |
|
569 | 567 | .. [2] The marshal module: |
570 | | - https://docs.python.org/dev/library/marshal.html |
| 568 | + https://docs.python.org/3.1/library/marshal.html |
571 | 569 |
|
572 | 570 | .. [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 |
574 | 572 |
|
575 | | -.. [4] Ubuntu: <http://www.ubuntu.com> |
| 573 | +.. [4] Ubuntu: https://www.ubuntu.com |
576 | 574 |
|
577 | | -.. [5] Debian: <http://www.debian.org> |
| 575 | +.. [5] Debian: https://www.debian.org |
578 | 576 |
|
579 | 577 | .. [6] Debian Python Policy: |
580 | | - http://www.debian.org/doc/packaging-manuals/python-policy/ |
| 578 | + https://www.debian.org/doc/packaging-manuals/python-policy/ |
581 | 579 |
|
582 | 580 | .. [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 |
584 | 582 |
|
585 | 583 | .. [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 |
587 | 585 |
|
588 | 586 | .. [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 |
590 | 588 |
|
591 | 589 | .. [11] Jython: http://www.jython.org/ |
592 | 590 |
|
593 | 591 | .. [12] IronPython: http://ironpython.net/ |
594 | 592 |
|
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/ |
596 | 594 |
|
597 | | -.. [14] Pynie: http://code.google.com/p/pynie/ |
| 595 | +.. [14] Pynie: https://code.google.com/archive/p/pynie/ |
598 | 596 |
|
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 |
600 | 598 |
|
601 | | -.. [16] compileall: http://docs.python.org/library/compileall.html |
| 599 | +.. [16] compileall: https://docs.python.org/3.1/library/compileall.html |
602 | 600 |
|
603 | | -.. [17] imp: http://www.python.org/doc/current/library/imp.html |
| 601 | +.. [17] imp: https://docs.python.org/3.1/library/imp.html |
604 | 602 |
|
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 |
606 | 604 |
|
607 | | -.. [21] importlib: http://docs.python.org/3.1/library/importlib.html |
| 605 | +[21] importlib: https://docs.python.org/3.1/library/importlib.html |
608 | 606 |
|
609 | 607 | .. [22] https://code.launchpad.net/~barry/python/pep3147 |
610 | 608 |
|
@@ -636,14 +634,3 @@ Copyright |
636 | 634 | ========= |
637 | 635 |
|
638 | 636 | 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