Commit 5e506639 authored by tarek's avatar tarek

fixed doc - fixes #86

--HG--
branch : distribute
extra : rebase_source : b7578a6884f1f24f52f16ec22b5d57d1aecb2a82
parent 6b23a07b
......@@ -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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment