• Vincent Philippon's avatar
    Fix documentation inconsistency on version specifier · 885402d3
    Vincent Philippon authored
    The `,` is the equivalent of an "and".
    Also, the pkg_resources section documents and behave like this too:
    
    ```
    >>> pkg_resources.Requirement('requests>1,>2').specifier.contains('1.2.3')
    False
    >>> pkg_resources.Requirement('requests>1,>2').specifier.contains('2.3.4')
    True
    ```
    885402d3
setuptools.txt 125 KB