diff options
author | Georg Brandl <georg@python.org> | 2010-01-17 23:33:53 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2010-01-17 23:33:53 (GMT) |
commit | 42eaded701c1405f8e47051b4c3e050279fbc74a (patch) | |
tree | 6ed4c052715f9900b2b371521fba91486d6cf9ee /Doc/whatsnew | |
parent | 9481c576cd5e820f2a23b57481366f37df3dbbf9 (diff) | |
download | cpython-42eaded701c1405f8e47051b4c3e050279fbc74a.zip cpython-42eaded701c1405f8e47051b4c3e050279fbc74a.tar.gz cpython-42eaded701c1405f8e47051b4c3e050279fbc74a.tar.bz2 |
Fix internal reference.
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r-- | Doc/whatsnew/2.7.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/whatsnew/2.7.rst b/Doc/whatsnew/2.7.rst index be58df3..124f247 100644 --- a/Doc/whatsnew/2.7.rst +++ b/Doc/whatsnew/2.7.rst @@ -612,8 +612,8 @@ changes, or look through the Subversion logs for all the details. The :class:`distutils.dist.DistributionMetadata` class' :meth:`read_pkg_file` method will read the contents of a package's - :file:`PKG-INFO` metadata file. For an example of its use, - XXX link to file:///MacDev/svn.python.org/python-trunk/Doc/build/html/distutils/examples.html#reading-the-metadata + :file:`PKG-INFO` metadata file. For an example of its use, see + :ref:`reading-metadata`. (Contributed by Tarek Ziade; :issue:`7457`.) :file:`setup.py` files will now accept a :option:`--no-user-cfg` switch |