From 5e506639b211f4c30b3f77b060bd394262201c1a Mon Sep 17 00:00:00 2001 From: tarek Date: Wed, 11 Nov 2009 22:22:00 +0100 Subject: fixed doc - fixes #86 --HG-- branch : distribute extra : rebase_source : b7578a6884f1f24f52f16ec22b5d57d1aecb2a82 --- docs/pkg_resources.txt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'docs/pkg_resources.txt') diff --git a/docs/pkg_resources.txt b/docs/pkg_resources.txt index 049082c8..480f9547 100644 --- a/docs/pkg_resources.txt +++ b/docs/pkg_resources.txt @@ -1594,8 +1594,9 @@ Parsing Utilities ``Requirement`` string, as a distribution name, or a PyPI project name. All non-alphanumeric runs are condensed to single "-" characters, such that a name like "The $$$ Tree" becomes "The-Tree". Note that if you are - generating a filename from this value you should replace the "-" characters - with underscores ("_") because setuptools and the distutils + generating a filename from this value you should combine it with a call to + ``to_filename()`` so all dashes ("-") are replaced by underscores ("_"). + See ``to_filename()``. ``safe_version(version)`` Similar to ``safe_name()`` except that spaces in the input become dots, and @@ -1708,7 +1709,7 @@ History * Fix cache dir defaults on Windows when multiple environment vars are needed to construct a path. - + 0.6c4 * Fix "dev" versions being considered newer than release candidates. -- cgit v1.2.3