~logan/ubuntu/raring/distribute/0.6.34

« back to all changes in this revision

Viewing changes to docs/pkg_resources.txt

Tags: upstream-0.6.10
ImportĀ upstreamĀ versionĀ 0.6.10

Show diffs side-by-side

added added

removed removed

Lines of Context:
1594
1594
    ``Requirement`` string, as a distribution name, or a PyPI project name.
1595
1595
    All non-alphanumeric runs are condensed to single "-" characters, such that
1596
1596
    a name like "The $$$ Tree" becomes "The-Tree".  Note that if you are
1597
 
    generating a filename from this value you should replace the "-" characters
1598
 
    with underscores ("_") because setuptools and the distutils
 
1597
    generating a filename from this value you should combine it with a call to
 
1598
    ``to_filename()`` so all dashes ("-") are replaced by underscores ("_").
 
1599
    See ``to_filename()``.
1599
1600
 
1600
1601
``safe_version(version)``
1601
1602
    Similar to ``safe_name()`` except that spaces in the input become dots, and
1708
1709
 
1709
1710
 * Fix cache dir defaults on Windows when multiple environment vars are needed
1710
1711
   to construct a path.
1711
 
 
 
1712
 
1712
1713
0.6c4
1713
1714
 * Fix "dev" versions being considered newer than release candidates.
1714
1715