1
1
PEP: 386
2
2
Title: Changing the version comparison module in Distutils
3
- Version: $Revision$
4
- Last-Modified: $Date$
5
3
Author: Tarek Ziadé <
[email protected] >
6
4
Status: Superseded
7
5
Type: Standards Track
8
6
Topic: Packaging
9
- Content-Type: text/x-rst
10
7
Created: 04-Jun-2009
11
8
Superseded-By: 440
12
9
@@ -475,34 +472,31 @@ References
475
472
==========
476
473
477
474
.. [#distutils ]
478
- http ://docs.python.org/distutils
475
+ https ://docs.python.org/3.11/ distutils/
479
476
480
477
.. [#setuptools ]
481
- http ://peak.telecommunity.com/DevCenter/setuptools
478
+ https ://peak.telecommunity.com/DevCenter/setuptools
482
479
483
480
.. [#setuptools-version ]
484
- http ://peak.telecommunity.com/DevCenter/setuptools#specifying-your-project-s-version
481
+ https ://peak.telecommunity.com/DevCenter/setuptools#specifying-your-project-s-version
485
482
486
483
.. [#pypi ]
487
- http ://pypi.python. org/pypi
484
+ https ://pypi.org/
488
485
489
486
.. [#pip ]
490
- http ://pypi.python. org/pypi /pip
487
+ https ://pypi.org/project /pip/
491
488
492
489
.. [#ezinstall ]
493
- http ://peak.telecommunity.com/DevCenter/EasyInstall
490
+ https ://peak.telecommunity.com/DevCenter/EasyInstall
494
491
495
492
.. [#zc.buildout ]
496
- http ://pypi.python. org/pypi /zc.buildout
493
+ https ://pypi.org/project /zc.buildout/
497
494
498
495
.. [#twisted ]
499
- http://twistedmatrix.com/trac/
500
-
501
- .. [#requires ]
502
- http://peak.telecommunity.com/DevCenter/setuptools
496
+ https://twisted.org/
503
497
504
498
.. [#prototype ]
505
- http://bitbucket.org/tarek/distutilsversion/
499
+ https://web.archive.org/web/20090726093825/ http://bitbucket.org/tarek/distutilsversion/
506
500
507
501
Acknowledgments
508
502
===============
@@ -514,14 +508,3 @@ Copyright
514
508
=========
515
509
516
510
This document has been placed in the public domain.
517
-
518
-
519
-
520
- ..
521
- Local Variables:
522
- mode: indented-text
523
- indent-tabs-mode: nil
524
- sentence-end-double-space: t
525
- fill-column: 70
526
- coding: utf-8
527
- End:
0 commit comments