[Python-checkins] r77138 - peps/trunk/pep-0386.txt

tarek.ziade python-checkins at python.org
Wed Dec 30 10:02:25 CET 2009


Author: tarek.ziade
Date: Wed Dec 30 10:02:25 2009
New Revision: 77138

Log:
we don't work in the branch anymore

Modified:
   peps/trunk/pep-0386.txt

Modified: peps/trunk/pep-0386.txt
==============================================================================
--- peps/trunk/pep-0386.txt	(original)
+++ peps/trunk/pep-0386.txt	Wed Dec 30 10:02:25 2009
@@ -27,7 +27,7 @@
 
 Distutils will soon extend its capabilities to allow distributions to express a
 dependency on other distributions through the ``Requires-Dist`` metadata field
-(see PEP 345 [#pep345]_) and it will optionally allow use of that field to
+(see PEP 345) and it will optionally allow use of that field to
 restrict the dependency to a set of compatible versions. Notice that this field
 is replacing ``Requires`` that was expressing dependencies on modules and packages.
 
@@ -467,9 +467,6 @@
 .. [#requires]
    http://peak.telecommunity.com/DevCenter/setuptools
 
-.. [#pep345]
-   http://svn.python.org/projects/peps/branches/jim-update-345/pep-0345.txt
-
 .. [#prototype]
    http://bitbucket.org/tarek/distutilsversion/
 


More information about the Python-checkins mailing list